go-tus icon indicating copy to clipboard operation
go-tus copied to clipboard

ChunkSize in the DefaultConfig is not S3 Compatible

Open gioelecerati opened this issue 2 years ago • 0 comments

https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html S3 does not support <5MB chunk sizes, so this breaks any integration with Amazon or Google or whatever S3 implementation.

Actually, it should be possible to set up a tus.Config without the ChunkSize, unless the endpoint complains with cannot create source for stream without a finite value for the chunkSize option.

gioelecerati avatar Sep 16 '22 16:09 gioelecerati