amazon web services - Upload to S3 bucket subfolder PHP -


i'm using following upload files amazon s3 bucket using php:

$s3 = new s3(awsaccesskey, awssecretkey); $s3->putbucket("example", s3::acl_public_read); $s3->putobjectfile($filetempname, "example", $filename, s3::acl_public_read); 

how can upload example/subfolder?

this not duplicate - answer not clear , question different.


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -