Tyler Christensen
Results
2
comments of
Tyler Christensen
The godocs in the AWS Go SDK for [`s3.PutObjectInput`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#PutObjectInput) clarify that the `Checksum{CRC32,CRC32C,SHA1,SHA256}` header > specifies the base64-encoded (n)-bit {CRC32,CRC32C,SHA1,SHA256} digest of the object. In practice I found that they...
Very welcome improvement! One quirk I noticed almost immediately is that the URL pattern-matcher doesn't seem to recognize URLs with query string parameters. ```bash $ # this is cmd-clickable $...