awslabs / aws-s3-transfer-manager-rs

Apache License 2.0
6 stars 1 forks source link

Checksum support #3

Open aajtodd opened 2 months ago

aajtodd commented 2 months ago

This is a tracking issue for implementing checksum support.

Checksums in an S3 transfer manager are a bit tricky due to requests being potentially split into concurrent ranged GET or multipart uploads for get and put object respectively.

We probably want to put together a design doc for this. Need to cover all known use cases including but not limited to:

Uploads:

Downloads

Both