简体   繁体   English

多文件到AWS S3存储桶

[英]multifile to aws s3 bucket

Im trying to understand few things. 我试图了解一些事情。 I just want to know whether mfs/multifile(file data is split and kept in different servers) files in abinito can be pushed to aws s3 bucket directly? 我只想知道abinito中的mfs / multifile(文件数据被拆分并保存在不同的服务器中)是否可以直接推送到AWS s3存储桶? . As of now we are converting mfs/multifile file to serial and then pushing it to the aws s3 bucket. 截至目前,我们正在将mfs / multifile文件转换为串行文件,然后将其推送到aws s3存储桶。

I did some research on this and came across an term called multi part upload api in aws. 我对此进行了一些研究,并遇到了一个称为aws中的分段上传api的术语。 I went through the aws support docs and understood the concept of it. 我浏览了aws支持文档,并了解了它的概念。 My doubt s whether it can be used to push the multi files to aws s3 bucket?. 我的疑问是它是否可以用于将多个文件推送到AWS S3存储桶?

Thanks! 谢谢! :-) appreciate your valuable response :-) :-)感谢您的宝贵意见:-)

Disclaimer: I work for Minio . 免责声明:我为Minio工作。


You can alternatively use Minio client aka mc , its open source and compatible with AWS S3 API. 您也可以使用Minio client aka mc ,它是开源的并且与AWS S3 API兼容。 Minio client handles multipart mechanism for you natively. Minio客户端可以为您本地处理多部分机制。 Please check docs for deployment and examples. 请检查文档以获取部署和示例。

Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM