Creating a folder via s3cmd (Amazon S3) -


i using s3cmd upload files s3 server. problem when directory on server not exist upload fails. how can tell s3cmd create folder if not exist? using php.

i believe should try s3cmd put file.jpg s3://bucket/folder/file.jpg.

s3 doesn't have concept of directories, whole folder/file.jpg file name. if using gui tool or delete file.jpg inside folder, see folder gone too. visual representation in terms of directories user convenience.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -