denchi
03/16/2023, 9:19 PMdenchi
03/16/2023, 9:19 PMdenchi
03/16/2023, 9:20 PMHarshal
03/16/2023, 9:28 PMdenchi
03/16/2023, 9:29 PMPlotzes
03/16/2023, 9:44 PMdenchi
03/16/2023, 9:54 PMHarshal
03/16/2023, 10:10 PMdenchi
03/16/2023, 10:10 PMjonjohnson
03/16/2023, 11:44 PMChecksumAlgorithm
(https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#PutObjectInput.ChecksumAlgorithm) so that R2 will compute it for me fails with STREAMING-UNSIGNED-PAYLOAD-TRAILER not implemented
.
That's fine. I tried to work around this by computing the sha256 myself while writing the object to a temporary key, then calling CopyObject
once I have confirmed the sha256. This worked, but was really slow (took ~22s, iirc). I would expect CopyObject
to be a pretty fast metadata-only operation that creates (effectively) a symlink or something. Am I doing something wrong here, or should I expect CopyObject
to be slow?Frederik
03/17/2023, 12:14 AMSid | R2
03/17/2023, 12:39 AMjonjohnson
03/17/2023, 1:21 AMSid | R2
03/17/2023, 2:13 AMKarew
03/17/2023, 2:39 AMZeblote
03/17/2023, 2:41 AMErisa | Support Engineer
03/17/2023, 2:48 AMKarew
03/17/2023, 2:49 AMrrgeorge
03/17/2023, 3:06 AMRush
03/17/2023, 3:35 AMRush
03/17/2023, 3:35 AMRush
03/17/2023, 3:35 AMRush
03/17/2023, 3:50 AMNT261
03/17/2023, 3:58 AMERR_CONTENT_DECODING_FAILED
today only on files with content-encoding: gzip
(No changes on my side recently)Sid | R2
03/17/2023, 4:07 AMrrgeorge
03/17/2023, 4:08 AMSid | R2
03/17/2023, 4:11 AMNT261
03/17/2023, 4:11 AMjonjohnson
03/17/2023, 5:25 AM