Add folder in Amazon s3 bucket

前端 未结 16 1332
青春惊慌失措
青春惊慌失措 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条回答
  •  不知归路
    2021-02-07 00:04

    You can use copy command to create a folder while copy a file.

    aws s3 cp test.xml s3://mybucket/myfolder/test.xml
    

提交回复
热议问题