Skip to content

Commit 47fcc31

Browse files
deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.3 to 1.75.4 (#1320)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.75.3 to 1.75.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/78fa10aa9eaaa0851b0006145382ec0a0f4304c5"><code>78fa10a</code></a> Release 2025-02-05</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2d65d975c21ababb3796264383b9b3f576257545"><code>2d65d97</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/64e842d4303abb468d7e07bcf1d92522c1081bae"><code>64e842d</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f255e31c2ce564ae829a7f5a8caaec3887bbc0d1"><code>f255e31</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/68c46490c32137ae1449ff3a33e88337b814903d"><code>68c4649</code></a> Track accountID endpoint mode in user-agent (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3000">#3000</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.3...service/s3/v1.75.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.75.3&new-version=1.75.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2463c95 commit 47fcc31

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ require (
5252
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
5353
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
5454
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
55-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.31 // indirect
55+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
5656
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
57-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.5 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
5858
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
59-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.12 // indirect
59+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
6060
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
6161
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
6262
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
@@ -292,7 +292,7 @@ require (
292292
github.com/aws/aws-sdk-go-v2 v1.36.1
293293
github.com/aws/aws-sdk-go-v2/config v1.29.6
294294
github.com/aws/aws-sdk-go-v2/credentials v1.17.59
295-
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.3
295+
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.4
296296
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
297297
github.com/cilium/cilium v1.16.0-pre.1.0.20240403152809-b9853ecbcaeb
298298
github.com/cilium/ebpf v0.16.0

go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,18 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 h1:m1GeXHVMJsRsUAqG6H
145145
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32/go.mod h1:IitoQxGfaKdVLNg0hD8/DXmAqNy0H4K2H2Sf91ti8sI=
146146
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 h1:Pg9URiobXy85kgFev3og2CuOZ8JZUBENF+dcgWBaYNk=
147147
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2/go.mod h1:FbtygfRFze9usAadmnGJNc8KsP346kEe+y2/oyhGAGc=
148-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.31 h1:8IwBjuLdqIO1dGB+dZ9zJEl8wzY3bVYxcs0Xyu/Lsc0=
149-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.31/go.mod h1:8tMBcuVjL4kP/ECEIWTCWtwV2kj6+ouEKl4cqR4iWLw=
148+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 h1:OIHj/nAhVzIXGzbAE+4XmZ8FPvro3THr6NlqErJc3wY=
149+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32/go.mod h1:LiBEsDo34OJXqdDlRGsilhlIiXR7DL+6Cx2f4p1EgzI=
150150
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 h1:D4oz8/CzT9bAEYtVhSBmFj2dNOtaHOtMKc2vHBwYizA=
151151
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2/go.mod h1:Za3IHqTQ+yNcRHxu1OFucBh0ACZT4j4VQFF0BqpZcLY=
152-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.5 h1:siiQ+jummya9OLPDEyHVb2dLW4aOMe22FGDd0sAfuSw=
153-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.5/go.mod h1:iHVx2J9pWzITdP5MJY6qWfG34TfD9EA+Qi3eV6qQCXw=
152+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 h1:cCBJaT7EeEojpJ4s7wTDbhZlHVJOgNHN7iw6qVurGaw=
153+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6/go.mod h1:WYH1ABybY7JK9TITPnk6ZlP7gQB8psI4c9qDmMsnLSA=
154154
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 h1:SYVGSFQHlchIcy6e7x12bsrxClCXSP5et8cqVhL8cuw=
155155
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13/go.mod h1:kizuDaLX37bG5WZaoxGPQR/LNFXpxp0vsUnqfkWXfNE=
156-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.12 h1:tkVNm99nkJnFo1H9IIQb5QkCiPcvCDn3Pos+IeTbGRA=
157-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.12/go.mod h1:dIVlquSPUMqEJtx2/W17SM2SuESRaVEhEV9alcMqxjw=
158-
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.3 h1:JBod0SnNqcWQ0+uAyzeRFG1zCHotW8DukumYYyNy0zo=
159-
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.3/go.mod h1:FHSHmyEUkzRbaFFqqm6bkLAOQHgqhsLmfCahvCBMiyA=
156+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 h1:OBsrtam3rk8NfBEq7OLOMm5HtQ9Yyw32X4UQMya/wjw=
157+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13/go.mod h1:3U4gFA5pmoCOja7aq4nSaIAGbaOHv2Yl2ug018cmC+Q=
158+
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.4 h1:DJYjOvNgC30JAcDCRmtQHoYK4trc7XetDXRTEAReGKA=
159+
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.4/go.mod h1:KuLNrwYJFaC2AVZ+CVVc12k9NyqwgWsoNNHjwqF6QNk=
160160
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 h1:/eE3DogBjYlvlbhd2ssWyeuovWunHLxfgw3s/OJa4GQ=
161161
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15/go.mod h1:2PCJYpi7EKeA5SkStAmZlF6fi0uUABuhtF8ILHjGc3Y=
162162
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 h1:M/zwXiL2iXUrHputuXgmO94TVNmcenPHxgLXLutodKE=

0 commit comments

Comments
 (0)