Problems when uploading large files to Amazon S3

后端 未结 5 939
闹比i
闹比i 2020-12-24 14:41

I tried to use Amazon-SDK(Java) sample code S3TransferProgressSample.java to upload large files to Amazon-S3 storage (also posted here on AWS docs).

But

5条回答
  •  梦谈多话
    2020-12-24 15:21

    I think you should try Multipart API supported by AWS.

    Check this out : http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html

提交回复
热议问题