Skip to content

Commit fd7fa9e

Browse files
deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.1 to 1.68.0 (microsoft#1059)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.67.1 to 1.68.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18fea5d7df1f6a923b62e7d3d38663ff61814878"><code>18fea5d</code></a> Release 2024-11-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/480ffa8ead88c95db859a612652abadada25dc95"><code>480ffa8</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4075928ac9d98d563b31ef28d984f9e2ec2794e3"><code>4075928</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2a88650657acbec1d0814bbe89adae439c53842f"><code>2a88650</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c527ee8b854b0a2813c0332b1de89357e2a5621f"><code>c527ee8</code></a> Release 2024-11-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/fdd683997b576a3d0fc469b0e9ba66667f704a1d"><code>fdd6839</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6809be00b712a49abef6f172f86360f8a2ece61a"><code>6809be0</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f040881463aa7a5995e5484c1bda820c57e55f98"><code>f040881</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/249090ec218d0e6ab266a47a759baab368bb6b1f"><code>249090e</code></a> Release 2024-11-19</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c158e1685a3f4277a93be5030f469437386c4920"><code>c158e16</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.67.1...service/s3/v1.68.0">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.67.1&new-version=1.68.0)](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 95200c6 commit fd7fa9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ require (
294294
github.com/aws/aws-sdk-go-v2 v1.32.5
295295
github.com/aws/aws-sdk-go-v2/config v1.28.5
296296
github.com/aws/aws-sdk-go-v2/credentials v1.17.46
297-
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.1
297+
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0
298298
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
299299
github.com/cilium/cilium v1.16.0-pre.1.0.20240403152809-b9853ecbcaeb
300300
github.com/cilium/ebpf v0.16.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 h1:wtpJ4zcwr
149149
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5/go.mod h1:qu/W9HXQbbQ4+1+JcZp0ZNPV31ym537ZJN+fiS7Ti8E=
150150
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 h1:P1doBzv5VEg1ONxnJss1Kh5ZG/ewoIE4MQtKKc6Crgg=
151151
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5/go.mod h1:NOP+euMW7W3Ukt28tAxPuoWao4rhhqJD3QEBk7oCg7w=
152-
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.1 h1:LXLnDfjT/P6SPIaCE86xCOjJROPn4FNB2EdN68vMK5c=
153-
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.1/go.mod h1:ralv4XawHjEMaHOWnTFushl0WRqim/gQWesAMF6hTow=
152+
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0 h1:bFpcqdwtAEsgpZXvkTxIThFQx/EM0oV6kXmfFIGjxME=
153+
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0/go.mod h1:ralv4XawHjEMaHOWnTFushl0WRqim/gQWesAMF6hTow=
154154
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 h1:3zu537oLmsPfDMyjnUS2g+F2vITgy5pB74tHI+JBNoM=
155155
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6/go.mod h1:WJSZH2ZvepM6t6jwu4w/Z45Eoi75lPN7DcydSRtJg6Y=
156156
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 h1:K0OQAsDywb0ltlFrZm0JHPY3yZp/S9OaoLU33S7vPS8=

0 commit comments

Comments
 (0)