Fails when filesize is too large
Opened this issue · 1 comments
ButlerJoseph commented
I am using the Cassandra Cain tool (https://github.com/maorfr/cain) to backup a Cassandra datacenter and it is failing when backing up files which are 500 GB in size.
Having looked at the code for this project, I've noticed that this project is using the default UploadPartSize of 5 megabytes (https://github.com/aws/aws-sdk-go/blob/fe72a52350a8962175bb71c531ec9724ce48abd8/service/s3/s3manager/upload.go#L26), this gives us the ability to files up to 52 GB in size.
Please can you consider increasing this value to 64 bytes so SKBN is able to upload files up to 671 GB in size?
rrusmana commented
Hi @ButlerJoseph
When you say it is failing - did the process fail with an error message or just hangs? What error did you see?