Add folder in Amazon s3 bucket

前端 未结 16 1333
青春惊慌失措
青春惊慌失措 2021-02-06 23:34

I want to add Folder in my amazon s3 bucket using coding. Can you please suggest me how to achieve this?

16条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 00:04

    This is a divisive topic, so here is a screenshot in 2019 of the AWS S3 console for adding folders and the note:

    When you create a folder, S3 console creates an object with the above name appended by suffix "/" and that object is displayed as a folder in the S3 console.

    Then 'using coding' you can simply adjust the object name by prepending a valid folder name string and a forward slash.

提交回复
热议问题