如何通过 POST 将文件上传到 Amazon S3 存储桶子文件夹?
我使用 plupload 1.4.2 将文件直接上传到 Amazon S3 存储桶。那么问题来了,如何直接上传到子文件夹呢?我应该在策略或 plupload 对象配置中配置哪些参数?
I'm using plupload 1.4.2 to upload files directly to an Amazon S3 bucket. The question is, how can I upload them to a subfolder directly? What parameters should I configure in the policy or plupload object config?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Amazon S3 没有文件夹或子文件夹的概念。只有对象。一个对象有一个键。
如果您想将文件上传到文件夹或子文件夹,只需像这样输入对象键:
Amazon S3 将创建(虚构的)文件夹和子文件夹。
Amazon S3 there is no concept of folder or subfolder. Only objects. And an object has a key.
If you wanna upload a file to a folder or subfolder, simply put the object key like this:
And Amazon S3 will create the (imaginary) folder(s) and subfolder(s).