英文:
Creating a folder S3 AWS SDK-V2 with Golang
问题
如何使用golang创建AWS SDK-V2 S3存储桶中的文件夹?
我没有找到有关创建文件夹的文档。
英文:
How to create a folder AWS SDK-V2 S3 bucket using golang?
I have not found any documentation on the create of a folder.
答案1
得分: 6
在AWS S3上没有"文件夹"或"目录"的概念。
这只是控制台GUI和其他许多工具中的一种表示方式。您存储的文件具有完整的路径作为其键。
英文:
There are no "folders" or "directories" on AWS S3.
This is only a representative thing in the console GUI and many other tools. The file you store has the full path as it's key.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论