简体   繁体   中英

AWS S3 Storage Gateway or Application services API Gateway?

i want let users upload and download some files. So what is a differenece between S3 Storage Gateway and API Gateway in application services? which one should i use to let user upload and download files ?

Storage Gateway is for connecting S3 to your corporate data center. This is not at all what you are looking for.

API Gateway has a upload/download payload size limit of 10MB . I recommend creating a service on API Gateway that uses a Lambda function to create S3 pre-signed URLs , for the purpose of allowing your users temporary access to upload or download a file directly to/from S3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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