创建一个使用Golang的S3 AWS SDK-V2文件夹。

huangapple go评论79阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2021年12月27日 23:53:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/70497661.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定