What's Changed
- blob/all: disable Upload optimization when WriterOptions.ContentMD5 is set by @vangent in #3478
- blob/s3blob: custom endpoints with s3 and aws sdk v2 by @caarlos0 in #3473
- blob/all: Don't require SetIOFSCallback be called to use io/fs.FS functions by @vangent in #3479
- blob/s3blob: fix data race by @arjunnair1997 in #3480
- blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for AZURE_STORAGE_CONNECTION_STRING by @vangent in #3483
- s3blob/blob: support additional endpoint query parameters by @stanhu in #3486
- blob/gcsblob: Allow providing options for storage.NewClient by @vangent in #3493
- aws: Add support for non-camelcased version of two URL parameters by @vangent in #3494
- Add disableHTTPS and usePathStyle s3v2.Options as query param by @khrm in #3491
- aws: add rate_limiter_capacity to configure client-side rate limits by @stanhu in #3497
New Contributors
- @caarlos0 made their first contribution in #3473
- @arjunnair1997 made their first contribution in #3480
- @bdon made their first contribution in #3481
- @khrm made their first contribution in #3491
Full Changelog: v0.39.0...v0.40.0