Add folder in Amazon s3 bucket

前端 未结 16 1583
青春惊慌失措
青春惊慌失措 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-06 23:47

    You can select language of your choice from available AWS SDK

    Alternatively you can try minio client libraries available in Python, Go, .Net, Java, Javascript for your application development environment, it has example directory with all basic operations listed.

    Disclaimer: I work for Minio

提交回复
热议问题