How To Create a New Directory in AWS S3
erics, Posted October 10th, 2012 at 1:04:42am
1 2 3 |
$s3->create_object('<bucket_name>', 'folder/', array('body' => '')); ~OR~ $s3->create_object('<bucket_name>', 'folder/', array('body' => '', 'contentType' => 'application/x-directory')); |
Leave Your Comment
All fields marked with "*" are required.