How to have S3, Cloudfiles, etc download a file directly from a URL?

杀马特。学长 韩版系。学妹 提交于 2019-12-12 01:58:53

问题


I'm looking at having to transfer a lot of large files from a 3rd party system to a cloud based file storage system, such as Rackspace Cloudfiles or Amazon S3. I'm not limited to just using those two, however.

What I'm trying to find is a way to just let those services download the files directly, once provided with a public URL, in order to speed up the transfer and avoid having to setup something in the middle that relays each file.

Is there a service out there that has an option like this available via an API or a file list upload?


回答1:


All modem cloud (object) storage service meet your requirement, I think. For exmaple, AWS S3, supports set canned ACL to public when putting object (uploading file).

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html



来源:https://stackoverflow.com/questions/26868743/how-to-have-s3-cloudfiles-etc-download-a-file-directly-from-a-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!