I want to add Folder in my amazon s3 bucket using coding. Can you please suggest me how to achieve this?
Thanks, Bharat
|
I want to add Folder in my amazon s3 bucket using coding. Can you please suggest me how to achieve this? Thanks, Bharat | |||
feedback
|
|
There are no folders in Amazon S3. It just that most of the S3 browser tools available show part of the key name separated by slash as a folder. If you really need that you can create an empty object with the slash at the end. e.g. "folder/" It will looks like a folder if you open it with a GUI tool and AWS Console. | ||||
|
feedback
|
|
With AWS SDK .Net works perfectly:
Then refresh your AWS console, and you will see the folder | |||
|
feedback
|
|
The AWS:S3 rails gem does this by itself:
Will automatically create the | |||
|
feedback
|