ctengel / objectindex

Index your objects
GNU General Public License v3.0
1 stars 0 forks source link

Verify checksum on S3/minio side #31

Open ctengel opened 1 year ago

ctengel commented 1 year ago

Split from #11 - maybe blocked by boto/boto3#3604

The client should, whenever initiating an S3 upload, pass in the checksum already created and passed to OI server, to ensure integrity of object at the S3/minio side.

Alternatively, perhaps just ask server to create a checksum, GET/HEAD it after upload, and raise an exception at that point if it doesn't match.