- Feature: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
- Dependency Update: Updated to the latest SDK module versions
- Feature: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
- Feature: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.
- No change notes available for this release.
- Feature: Integrate double encryption feature to SDKs.
- Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Documentation updates for Amazon S3
- Feature: added custom paginators for listMultipartUploads and ListObjectVersions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Provides support for "Snow" Storage class.
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Documentation updates for Amazon S3
- Feature: port v1 sdk 100-continue http header customization for s3 PutObject/UploadPart request and enable user config
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Prevent nil pointer dereference when retrieving error codes.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Feature: Add
ErrorCodeOverride
field to all error structs (aws/smithy-go#401).
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- No change notes available for this release.
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
- Bug Fix: The SDK client has been updated to utilize the
aws.IsCredentialsProvider
function for determining ifaws.AnonymousCredentials
has been configured for theCredentialProvider
. - Dependency Update: Updated to the latest SDK module versions
- Feature: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add presign support for HeadBucket, DeleteObject, and DeleteBucket. Fixes #1076.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Documentation: Documentation only update for doc bug fixes for the S3 API docs.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Fixes an issue that caused the unexported constructor function names for EventStream types to be swapped for the event reader and writer respectivly.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of
Adaptive
.Adaptive
retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options. - Feature: Updated
github.com/aws/smithy-go
to latest version - Bug Fix: Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, #1565. Thanks to Tyson Mote for submitting this PR.
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Documentation: API client updated
- Dependency Update: Updated to the latest SDK module versions
- Feature: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
- Feature: Updated to latest service endpoints
- Feature: API client updated
- Bug Fix: Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client. (#1514)
- Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Dependency Update: Updated to the latest SDK module versions
- Feature: Waiters now have a
WaitForOutput
method, which can be used to retrieve the output of the successful wait operation. Thank you to Andrew Haines for contributing this feature.
- Feature: Support has been added for the SelectObjectContent API.
- Feature: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
- Feature: Updated
github.com/aws/smithy-go
to latest version - Feature: Updated service to latest API model.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated to latest version
- Feature: Updates S3 streaming operations - PutObject, UploadPart, WriteGetObjectResponse to use unsigned payload signing auth when TLS is enabled.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated API client and endpoints to latest revision.
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Feature: API client updated
- Feature: Add support for S3 Multi-Region Access Point ARNs.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated API model to latest revision.
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add
HeadObject
presign support. (#1346) - Dependency Update: Updated
github.com/aws/smithy-go
to latest version. - Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: The handling of AccessPoint and Outpost ARNs have been updated.
- Feature: Updated service client to latest API model.
- Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Feature: API client updated
- Dependency Update: Updated to the latest SDK module versions
- Feature: Constant has been added to modules to enable runtime version inspection for reporting.
- Feature: Updated to latest service API model.
- Dependency Update: Updated to the latest SDK module versions