Skip to content

Commit d26d492

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-06-16
1 parent c3dc991 commit d26d492

21 files changed

+47
-52
lines changed

.changelog/6ea661f8f64c46f69dd06eec9baac25e.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/ae6ba8bce73548afa67d1f3ee4c9aeeb.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/b3fa5d1d0d934810a6d12f8cd62ec230.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/b51c4c4662334891bc8922c545b64922.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/e0f360f981cb43b29e47d77bf7bd622c.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2023-06-16)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice`: [v1.16.0](service/applicationdiscoveryservice/CHANGELOG.md#v1160-2023-06-16)
8+
* **Feature**: Add Amazon EC2 instance recommendations export
9+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.59.0](service/connect/CHANGELOG.md#v1590-2023-06-16)
10+
* **Feature**: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
11+
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.20.3](service/iam/CHANGELOG.md#v1203-2023-06-16)
12+
* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM).
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.35.0](service/s3/CHANGELOG.md#v1350-2023-06-16)
14+
* **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.
15+
116
# Release (2023-06-15)
217

318
## General Highlights

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.18.27
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.1
77
github.com/aws/aws-sdk-go-v2/config v1.18.27
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.7
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.70 (2023-06-16)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.69 (2023-06-15)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.1
77
github.com/aws/aws-sdk-go-v2/config v1.18.27
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
99
github.com/aws/smithy-go v1.13.5
1010
github.com/google/go-cmp v0.5.8
1111
)

0 commit comments

Comments
 (0)