chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2874)
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.14.0 to 1.14.3. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/mq/v1.14.3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.14.0...service/mq/v1.14.3) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
143e69492d
commit
2b3d3c7eff
16
go.mod
16
go.mod
|
|
@ -11,9 +11,9 @@ require (
|
||||||
// The version string is a side-effect of Go module version numbering rules. Functionality is otherwise unchanged.
|
// The version string is a side-effect of Go module version numbering rules. Functionality is otherwise unchanged.
|
||||||
github.com/GoogleCloudPlatform/docker-credential-gcr v1.5.1-0.20230328182921-62afb2723512
|
github.com/GoogleCloudPlatform/docker-credential-gcr v1.5.1-0.20230328182921-62afb2723512
|
||||||
github.com/aws/aws-sdk-go-v2 v1.23.1
|
github.com/aws/aws-sdk-go-v2 v1.23.1
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.25.3
|
github.com/aws/aws-sdk-go-v2/config v1.25.5
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.0
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0
|
||||||
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20230522190001-adf1bafd791a
|
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20230522190001-adf1bafd791a
|
||||||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
|
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
|
||||||
github.com/containerd/cgroups v1.1.0 // indirect
|
github.com/containerd/cgroups v1.1.0 // indirect
|
||||||
|
|
@ -67,8 +67,8 @@ require (
|
||||||
github.com/acomagu/bufpipe v1.0.4 // indirect
|
github.com/acomagu/bufpipe v1.0.4 // indirect
|
||||||
github.com/agext/levenshtein v1.2.3 // indirect
|
github.com/agext/levenshtein v1.2.3 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect
|
||||||
|
|
@ -77,9 +77,9 @@ require (
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect
|
||||||
github.com/aws/smithy-go v1.17.0 // indirect
|
github.com/aws/smithy-go v1.17.0 // indirect
|
||||||
github.com/beorn7/perks v1.0.1 // indirect
|
github.com/beorn7/perks v1.0.1 // indirect
|
||||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||||
|
|
|
||||||
32
go.sum
32
go.sum
|
|
@ -115,16 +115,16 @@ github.com/aws/aws-sdk-go-v2 v1.23.1/go.mod h1:i1XDttT4rnf6vxc9AuskLc6s7XBee8rlL
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 h1:ZY3108YtBNq96jNZTICHxN1gSBSbnvIdYwwqnvCV4Mc=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 h1:ZY3108YtBNq96jNZTICHxN1gSBSbnvIdYwwqnvCV4Mc=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1/go.mod h1:t8PYl/6LzdAqsU4/9tz28V/kU+asFePvpOMkdul0gEQ=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1/go.mod h1:t8PYl/6LzdAqsU4/9tz28V/kU+asFePvpOMkdul0gEQ=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.18.22/go.mod h1:mN7Li1wxaPxSSy4Xkr6stFuinJGf3VZW3ZSNvO0q6sI=
|
github.com/aws/aws-sdk-go-v2/config v1.18.22/go.mod h1:mN7Li1wxaPxSSy4Xkr6stFuinJGf3VZW3ZSNvO0q6sI=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.25.3 h1:E4m9LbwJOoncDNt3e9MPLbz/saxWcGUlZVBydydD6+8=
|
github.com/aws/aws-sdk-go-v2/config v1.25.5 h1:UGKm9hpQS2hoK8CEJ1BzAW8NbUpvwDJJ4lyqXSzu8bk=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.25.3/go.mod h1:tAByZy03nH5jcq0vZmkcVoo6tRzRHEwSFx3QW4NmDw8=
|
github.com/aws/aws-sdk-go-v2/config v1.25.5/go.mod h1:Bf4gDvy4ZcFIK0rqDu1wp9wrubNba2DojiPB2rt6nvI=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.21/go.mod h1:90Dk1lJoMyspa/EDUrldTxsPns0wn6+KpRKpdAWc0uA=
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.21/go.mod h1:90Dk1lJoMyspa/EDUrldTxsPns0wn6+KpRKpdAWc0uA=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.16.2 h1:0sdZ5cwfOAipTzZ7eOL0gw4LAhk/RZnTa16cDqIt8tg=
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.4 h1:i7UQYYDSJrtc30RSwJwfBKwLFNnBTiICqAJ0pPdum8E=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.16.2/go.mod h1:sDdvGhXrSVT5yzBDR7qXz+rhbpiMpUYfF3vJ01QSdrc=
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.4/go.mod h1:Kdh/okh+//vQ/AjEt81CjvkTo64+/zIE4OewP7RpfXk=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3/go.mod h1:4Q0UFP0YJf0NrsEuEYHpM9fTSEVnD16Z3uyEF7J9JGM=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3/go.mod h1:4Q0UFP0YJf0NrsEuEYHpM9fTSEVnD16Z3uyEF7J9JGM=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 h1:9wKDWEjwSnXZre0/O3+ZwbBl1SmlgWYBbrTV10X/H1s=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 h1:KehRNiVzIfAcj6gw98zotVbb/K67taJE0fkfgM6vzqU=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4/go.mod h1:t4i+yGHMCcUNIX1x7YVYa6bH/Do7civ5I6cG/6PMfyA=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5/go.mod h1:VhnExhw6uXy9QzetvpXDolo1/hjhx4u9qukBGkuUwjs=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.0 h1:1KdubQbnw76M0Sr8480q6OXBlymBVqpkK+RuCqJz+nQ=
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3 h1:edTeIcLVO/gefaQ4VdKeFaI4ygdSZ7s/eCWYo0kBxAc=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.0/go.mod h1:UcgIwJ9KHquYxs6Q5skC9qXjhYMK+JASDYcXQ4X7JZE=
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3/go.mod h1:3rp61zCDi1E//0vHdx2ULc5eLlo0JOqVd1hxmks6S84=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33/go.mod h1:7i0PF1ME/2eUPFcjkVIwq+DOygHEoK92t5cDqNgYbIw=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33/go.mod h1:7i0PF1ME/2eUPFcjkVIwq+DOygHEoK92t5cDqNgYbIw=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 h1:LAm3Ycm9HJfbSCd5I+wqC2S9Ej7FPrgr5CQoOljJZcE=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 h1:LAm3Ycm9HJfbSCd5I+wqC2S9Ej7FPrgr5CQoOljJZcE=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4/go.mod h1:xEhvbJcyUf/31yfGSQBe01fukXwXJ0gxDp7rLfymWE0=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4/go.mod h1:xEhvbJcyUf/31yfGSQBe01fukXwXJ0gxDp7rLfymWE0=
|
||||||
|
|
@ -149,17 +149,17 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 h1:rdovz3rEu
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4/go.mod h1:aYCGNjyUCUelhofxlZyj63srdxWUSsBSGg5l6MCuXuE=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4/go.mod h1:aYCGNjyUCUelhofxlZyj63srdxWUSsBSGg5l6MCuXuE=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 h1:o3DcfCxGDIT20pTbVKVhp3vWXOj/VvgazNJvumWeYW0=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 h1:o3DcfCxGDIT20pTbVKVhp3vWXOj/VvgazNJvumWeYW0=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4/go.mod h1:Uy0KVOxuTK2ne+/PKQ+VvEeWmjMMksE17k/2RK/r5oM=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4/go.mod h1:Uy0KVOxuTK2ne+/PKQ+VvEeWmjMMksE17k/2RK/r5oM=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0 h1:FJTWR2nP1ddLIbk4n7Glw8wGbeWGHaViUwADPzE/EBo=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0 h1:qm5f24B6bg3BsVdbMd8ODEfKeadBmYlwUi9erqRfv6s=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0/go.mod h1:dqJ5JBL0clzgHriH35Amx3LRFY6wNIPUX7QO/BerSBo=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0/go.mod h1:dqJ5JBL0clzgHriH35Amx3LRFY6wNIPUX7QO/BerSBo=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.9/go.mod h1:ouy2P4z6sJN70fR3ka3wD3Ro3KezSxU6eKGQI2+2fjI=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.12.9/go.mod h1:ouy2P4z6sJN70fR3ka3wD3Ro3KezSxU6eKGQI2+2fjI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 h1:V47N5eKgVZoRSvx2+RQ0EpAEit/pqOhqeSQFiS4OFEQ=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 h1:CdsSOGlFF3Pn+koXOIpTtvX7st0IuGsZ8kJqcWMlX54=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.17.2/go.mod h1:/pE21vno3q1h4bbhUOEi+6Zu/aT26UK2WKkDXd+TssQ=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.17.3/go.mod h1:oA6VjNsLll2eVuUoF2D+CMyORgNzPEW/3PyUdq6WQjI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.9/go.mod h1:AFvkxc8xfBe8XA+5St5XIHHrQQtkxqrRincx4hmMHOk=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.9/go.mod h1:AFvkxc8xfBe8XA+5St5XIHHrQQtkxqrRincx4hmMHOk=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 h1:/XiEU7VIFcVWRDQLabyrSjBoKIm8UkYgsvWDuFW8Img=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 h1:cbRqFTVnJV+KRpwFl76GJdIZJKKCdTPnjUZ7uWh3pIU=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0/go.mod h1:dWqm5G767qwKPuayKfzm4rjzFmVjiBFbOJrpSPnAMDs=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1/go.mod h1:hHL974p5auvXlZPIjJTblXJpbkfK4klBczlsEaMCGVY=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.18.10/go.mod h1:BgQOMsg8av8jset59jelyPW7NoZcZXLVpDsXunGDrk8=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.18.10/go.mod h1:BgQOMsg8av8jset59jelyPW7NoZcZXLVpDsXunGDrk8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 h1:M2w4kiMGJCCM6Ljmmx/l6mmpfa3gPJVpBencfnsgvqs=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 h1:yEvZ4neOQ/KpUqyR+X0ycUTW/kVRNR4nDZ38wStHGAA=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.25.3/go.mod h1:4EqRHDCKP78hq3zOnmFXu5k0j4bXbRFfCh/zQ6KnEfQ=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.25.4/go.mod h1:feTnm2Tk/pJxdX+eooEsxvlvTWBvDm6CasRZ+JOs2IY=
|
||||||
github.com/aws/smithy-go v1.13.5/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
github.com/aws/smithy-go v1.13.5/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
||||||
github.com/aws/smithy-go v1.17.0 h1:wWJD7LX6PBV6etBUwO0zElG0nWN9rUhp0WdYeHSHAaI=
|
github.com/aws/smithy-go v1.17.0 h1:wWJD7LX6PBV6etBUwO0zElG0nWN9rUhp0WdYeHSHAaI=
|
||||||
github.com/aws/smithy-go v1.17.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE=
|
github.com/aws/smithy-go v1.17.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE=
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.25.5 (2023-11-21)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.25.4 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.25.3 (2023-11-17)
|
# v1.25.3 (2023-11-17)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package config
|
package config
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.25.3"
|
const goModuleVersion = "1.25.5"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.16.4 (2023-11-21)
|
||||||
|
|
||||||
|
* **Bug Fix**: Don't expect error responses to have a JSON payload in the endpointcreds provider.
|
||||||
|
|
||||||
|
# v1.16.3 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.16.2 (2023-11-17)
|
# v1.16.2 (2023-11-17)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
17
vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/client.go
generated
vendored
17
vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/client.go
generated
vendored
|
|
@ -62,7 +62,16 @@ func New(options Options, optFns ...func(*Options)) *Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
if options.Retryer == nil {
|
if options.Retryer == nil {
|
||||||
options.Retryer = retry.NewStandard()
|
// Amazon-owned implementations of this endpoint are known to sometimes
|
||||||
|
// return plaintext responses (i.e. no Code) like normal, add a few
|
||||||
|
// additional status codes
|
||||||
|
options.Retryer = retry.NewStandard(func(o *retry.StandardOptions) {
|
||||||
|
o.Retryables = append(o.Retryables, retry.RetryableHTTPStatusCode{
|
||||||
|
Codes: map[int]struct{}{
|
||||||
|
http.StatusTooManyRequests: {},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, fn := range optFns {
|
for _, fn := range optFns {
|
||||||
|
|
@ -125,6 +134,7 @@ type EndpointError struct {
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Fault smithy.ErrorFault `json:"-"`
|
Fault smithy.ErrorFault `json:"-"`
|
||||||
|
statusCode int `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Error is the error mesage string
|
// Error is the error mesage string
|
||||||
|
|
@ -146,3 +156,8 @@ func (e *EndpointError) ErrorMessage() string {
|
||||||
func (e *EndpointError) ErrorFault() smithy.ErrorFault {
|
func (e *EndpointError) ErrorFault() smithy.ErrorFault {
|
||||||
return e.Fault
|
return e.Fault
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// HTTPStatusCode implements retry.HTTPStatusCode.
|
||||||
|
func (e *EndpointError) HTTPStatusCode() int {
|
||||||
|
return e.statusCode
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/aws/smithy-go"
|
"github.com/aws/smithy-go"
|
||||||
|
|
@ -104,17 +105,44 @@ func (d *deserializeOpGetCredential) HandleDeserialize(ctx context.Context, in s
|
||||||
}
|
}
|
||||||
|
|
||||||
func deserializeError(response *smithyhttp.Response) error {
|
func deserializeError(response *smithyhttp.Response) error {
|
||||||
var errShape *EndpointError
|
// we could be talking to anything, json isn't guaranteed
|
||||||
err := json.NewDecoder(response.Body).Decode(&errShape)
|
// see https://github.com/aws/aws-sdk-go-v2/issues/2316
|
||||||
|
if response.Header.Get("Content-Type") == "application/json" {
|
||||||
|
return deserializeJSONError(response)
|
||||||
|
}
|
||||||
|
|
||||||
|
msg, err := io.ReadAll(response.Body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return &smithy.DeserializationError{Err: fmt.Errorf("failed to decode error message, %w", err)}
|
return &smithy.DeserializationError{
|
||||||
|
Err: fmt.Errorf("read response, %w", err),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if response.StatusCode >= 500 {
|
return &EndpointError{
|
||||||
errShape.Fault = smithy.FaultServer
|
// no sensible value for Code
|
||||||
} else {
|
Message: string(msg),
|
||||||
errShape.Fault = smithy.FaultClient
|
Fault: stof(response.StatusCode),
|
||||||
|
statusCode: response.StatusCode,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func deserializeJSONError(response *smithyhttp.Response) error {
|
||||||
|
var errShape *EndpointError
|
||||||
|
if err := json.NewDecoder(response.Body).Decode(&errShape); err != nil {
|
||||||
|
return &smithy.DeserializationError{
|
||||||
|
Err: fmt.Errorf("failed to decode error message, %w", err),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
errShape.Fault = stof(response.StatusCode)
|
||||||
|
errShape.statusCode = response.StatusCode
|
||||||
return errShape
|
return errShape
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// maps HTTP status code to smithy ErrorFault
|
||||||
|
func stof(code int) smithy.ErrorFault {
|
||||||
|
if code >= 500 {
|
||||||
|
return smithy.FaultServer
|
||||||
|
}
|
||||||
|
return smithy.FaultClient
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package credentials
|
package credentials
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.16.2"
|
const goModuleVersion = "1.16.4"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.14.5 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.14.4 (2023-11-15)
|
# v1.14.4 (2023-11-15)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package imds
|
package imds
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.14.4"
|
const goModuleVersion = "1.14.5"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,15 @@
|
||||||
|
# v1.14.3 (2023-11-27)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.14.2 (2023-11-21)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.14.1 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.14.0 (2023-11-17)
|
# v1.14.0 (2023-11-17)
|
||||||
|
|
||||||
* **Feature**: **BREAKING CHANGE** Correct nullability of a large number of S3 structure fields. See https://github.com/aws/aws-sdk-go-v2/issues/2162.
|
* **Feature**: **BREAKING CHANGE** Correct nullability of a large number of S3 structure fields. See https://github.com/aws/aws-sdk-go-v2/issues/2162.
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package manager
|
package manager
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.14.0"
|
const goModuleVersion = "1.14.3"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.45.0 (2023-11-27)
|
||||||
|
|
||||||
|
* **Feature**: Adding new params - Key and Prefix, to S3 API operations for supporting S3 Access Grants. Note - These updates will not change any of the existing S3 API functionality.
|
||||||
|
|
||||||
# v1.44.0 (2023-11-21)
|
# v1.44.0 (2023-11-21)
|
||||||
|
|
||||||
* **Feature**: Add support for automatic date based partitioning in S3 Server Access Logs.
|
* **Feature**: Add support for automatic date based partitioning in S3 Server Access Logs.
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ type AbortMultipartUploadInput struct {
|
||||||
|
|
||||||
func (in *AbortMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *AbortMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CompleteMultipartUpload.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CompleteMultipartUpload.go
generated
vendored
|
|
@ -183,6 +183,7 @@ type CompleteMultipartUploadInput struct {
|
||||||
|
|
||||||
func (in *CompleteMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CompleteMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -348,6 +348,7 @@ type CreateMultipartUploadInput struct {
|
||||||
|
|
||||||
func (in *CreateMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CreateMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ type DeleteObjectInput struct {
|
||||||
|
|
||||||
func (in *DeleteObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,7 @@ type GetObjectInput struct {
|
||||||
|
|
||||||
func (in *GetObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,7 @@ type GetObjectAclInput struct {
|
||||||
|
|
||||||
func (in *GetObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,7 @@ type HeadObjectInput struct {
|
||||||
|
|
||||||
func (in *HeadObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *HeadObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -134,6 +134,7 @@ type ListMultipartUploadsInput struct {
|
||||||
|
|
||||||
func (in *ListMultipartUploadsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListMultipartUploadsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Prefix = in.Prefix
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,7 @@ type ListObjectVersionsInput struct {
|
||||||
|
|
||||||
func (in *ListObjectVersionsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListObjectVersionsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Prefix = in.Prefix
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@ type ListObjectsInput struct {
|
||||||
|
|
||||||
func (in *ListObjectsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListObjectsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Prefix = in.Prefix
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,7 @@ type ListObjectsV2Input struct {
|
||||||
|
|
||||||
func (in *ListObjectsV2Input) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListObjectsV2Input) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Prefix = in.Prefix
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,7 @@ type ListPartsInput struct {
|
||||||
|
|
||||||
func (in *ListPartsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListPartsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -337,6 +337,7 @@ type PutObjectInput struct {
|
||||||
|
|
||||||
func (in *PutObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *PutObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -210,6 +210,7 @@ type PutObjectAclInput struct {
|
||||||
|
|
||||||
func (in *PutObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *PutObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
5
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectLockConfiguration.go
generated
vendored
5
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectLockConfiguration.go
generated
vendored
|
|
@ -21,8 +21,9 @@ import (
|
||||||
// - The DefaultRetention settings require both a mode and a period.
|
// - The DefaultRetention settings require both a mode and a period.
|
||||||
// - The DefaultRetention period can be either Days or Years but you must select
|
// - The DefaultRetention period can be either Days or Years but you must select
|
||||||
// one. You cannot specify Days and Years at the same time.
|
// one. You cannot specify Days and Years at the same time.
|
||||||
// - You can only enable Object Lock for new buckets. If you want to turn on
|
// - You can enable Object Lock for new or existing buckets. For more
|
||||||
// Object Lock for an existing bucket, contact Amazon Web Services Support.
|
// information, see Configuring Object Lock (https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html)
|
||||||
|
// .
|
||||||
func (c *Client) PutObjectLockConfiguration(ctx context.Context, params *PutObjectLockConfigurationInput, optFns ...func(*Options)) (*PutObjectLockConfigurationOutput, error) {
|
func (c *Client) PutObjectLockConfiguration(ctx context.Context, params *PutObjectLockConfigurationInput, optFns ...func(*Options)) (*PutObjectLockConfigurationOutput, error) {
|
||||||
if params == nil {
|
if params == nil {
|
||||||
params = &PutObjectLockConfigurationInput{}
|
params = &PutObjectLockConfigurationInput{}
|
||||||
|
|
|
||||||
|
|
@ -227,6 +227,7 @@ type UploadPartInput struct {
|
||||||
|
|
||||||
func (in *UploadPartInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *UploadPartInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
p.Key = in.Key
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -303,6 +303,20 @@ type EndpointParameters struct {
|
||||||
// Parameter is required.
|
// Parameter is required.
|
||||||
UseObjectLambdaEndpoint *bool
|
UseObjectLambdaEndpoint *bool
|
||||||
|
|
||||||
|
// The S3 Key used to send the request. This is an optional parameter that will be
|
||||||
|
// set automatically for operations that are scoped to an S3 Key.
|
||||||
|
//
|
||||||
|
// Parameter is
|
||||||
|
// required.
|
||||||
|
Key *string
|
||||||
|
|
||||||
|
// The S3 Prefix used to send the request. This is an optional parameter that will
|
||||||
|
// be set automatically for operations that are scoped to an S3 Prefix.
|
||||||
|
//
|
||||||
|
// Parameter
|
||||||
|
// is required.
|
||||||
|
Prefix *string
|
||||||
|
|
||||||
// Internal parameter to disable Access Point Buckets
|
// Internal parameter to disable Access Point Buckets
|
||||||
//
|
//
|
||||||
// Parameter is required.
|
// Parameter is required.
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package s3
|
package s3
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.44.0"
|
const goModuleVersion = "1.45.0"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.17.3 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.17.2 (2023-11-15)
|
# v1.17.2 (2023-11-15)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package sso
|
package sso
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.17.2"
|
const goModuleVersion = "1.17.3"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.20.1 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.20.0 (2023-11-17)
|
# v1.20.0 (2023-11-17)
|
||||||
|
|
||||||
* **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`.
|
* **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`.
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package ssooidc
|
package ssooidc
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.20.0"
|
const goModuleVersion = "1.20.1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.25.4 (2023-11-20)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.25.3 (2023-11-17)
|
# v1.25.3 (2023-11-17)
|
||||||
|
|
||||||
* **Documentation**: API updates for the AWS Security Token Service
|
* **Documentation**: API updates for the AWS Security Token Service
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package sts
|
package sts
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.25.3"
|
const goModuleVersion = "1.25.4"
|
||||||
|
|
|
||||||
|
|
@ -138,10 +138,10 @@ github.com/aws/aws-sdk-go-v2/internal/timeconv
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
|
||||||
# github.com/aws/aws-sdk-go-v2/config v1.25.3
|
# github.com/aws/aws-sdk-go-v2/config v1.25.5
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/config
|
github.com/aws/aws-sdk-go-v2/config
|
||||||
# github.com/aws/aws-sdk-go-v2/credentials v1.16.2
|
# github.com/aws/aws-sdk-go-v2/credentials v1.16.4
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/credentials
|
github.com/aws/aws-sdk-go-v2/credentials
|
||||||
github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
|
github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
|
||||||
|
|
@ -150,11 +150,11 @@ github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
|
||||||
github.com/aws/aws-sdk-go-v2/credentials/processcreds
|
github.com/aws/aws-sdk-go-v2/credentials/processcreds
|
||||||
github.com/aws/aws-sdk-go-v2/credentials/ssocreds
|
github.com/aws/aws-sdk-go-v2/credentials/ssocreds
|
||||||
github.com/aws/aws-sdk-go-v2/credentials/stscreds
|
github.com/aws/aws-sdk-go-v2/credentials/stscreds
|
||||||
# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4
|
# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
|
||||||
# github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.0
|
# github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4
|
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4
|
||||||
|
|
@ -195,24 +195,24 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
|
||||||
# github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0
|
# github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3
|
github.com/aws/aws-sdk-go-v2/service/s3
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
|
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
|
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/types
|
github.com/aws/aws-sdk-go-v2/service/s3/types
|
||||||
# github.com/aws/aws-sdk-go-v2/service/sso v1.17.2
|
# github.com/aws/aws-sdk-go-v2/service/sso v1.17.3
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso
|
github.com/aws/aws-sdk-go-v2/service/sso
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso/types
|
github.com/aws/aws-sdk-go-v2/service/sso/types
|
||||||
# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0
|
# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc
|
github.com/aws/aws-sdk-go-v2/service/ssooidc
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc/types
|
github.com/aws/aws-sdk-go-v2/service/ssooidc/types
|
||||||
# github.com/aws/aws-sdk-go-v2/service/sts v1.25.3
|
# github.com/aws/aws-sdk-go-v2/service/sts v1.25.4
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts
|
github.com/aws/aws-sdk-go-v2/service/sts
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue