tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

create object inside a folder #147

Closed punramesh closed 5 years ago

punramesh commented 5 years ago

Is there an example to create .json file inside a bucket/folder?

Is this library still maintained and supported??

punramesh commented 5 years ago

Fixed this by providing folderName/objectName in $uri section.