Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.13.0 to 1.13.1 #508

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.13.1 into main 2023-11-03 06:36:32 +00:00
argoyle commented 2023-11-02 22:42:53 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.13.0 to 1.13.1.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.

Release (2022-01-28)

General Highlights

  • Bug Fix: Fixes the SDK's handling of duration_sections in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. #1568. Thanks to Amir Szekely for help reproduce this bug.
  • 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.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/config: v1.13.1
    • Bug Fix: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. #1562. Thanks to Pinglei Guo for submitting this PR.
    • Bug Fix: Updates config module to use os.UserHomeDir instead of hard coded environment variable for OS. #1563
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.13.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.13.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.16.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.17.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.12.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.29.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.14.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/fis: v1.10.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/frauddetector: v1.17.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.18.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/greengrass: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.10.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.14.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.15.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.9.0

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.13.0 to 1.13.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p> <blockquote> <h1>Release (2022-01-28)</h1> <h2>General Highlights</h2> <ul> <li><strong>Bug Fix</strong>: Fixes the SDK's handling of <code>duration_sections</code> in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. <a href="https://github.com/aws/aws-sdk-go-v2/pull/1568">#1568</a>. Thanks to <a href="https://github.com/kichik">Amir Szekely</a> for help reproduce this bug.</li> <li><strong>Bug Fix</strong>: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, <a href="https://github.com/aws/aws-sdk-go-v2/pull/1565">#1565</a>. Thanks to <a href="https://github.com/tysonmote">Tyson Mote</a> for submitting this PR.</li> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/config</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/config/CHANGELOG.md#v1131-2022-01-28">v1.13.1</a> <ul> <li><strong>Bug Fix</strong>: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. <a href="https://github.com/aws/aws-sdk-go-v2/pull/1562">#1562</a>. Thanks to <a href="https://github.com/pingleig">Pinglei Guo</a> for submitting this PR.</li> <li><strong>Bug Fix</strong>: Updates <code>config</code> module to use os.UserHomeDir instead of hard coded environment variable for OS. <a href="https://github.com/aws/aws-sdk-go-v2/pull/1563">#1563</a></li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/applicationinsights</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/applicationinsights/CHANGELOG.md#v1130-2022-01-28">v1.13.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/cloudtrail</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/cloudtrail/CHANGELOG.md#v1131-2022-01-28">v1.13.1</a> <ul> <li><strong>Documentation</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/codegurureviewer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/codegurureviewer/CHANGELOG.md#v1131-2022-01-28">v1.13.1</a> <ul> <li><strong>Documentation</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/configservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/configservice/CHANGELOG.md#v1160-2022-01-28">v1.16.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/connect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/connect/CHANGELOG.md#v1170-2022-01-28">v1.17.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ebs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/ebs/CHANGELOG.md#v1121-2022-01-28">v1.12.1</a> <ul> <li><strong>Documentation</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/ec2/CHANGELOG.md#v1290-2022-01-28">v1.29.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/ec2instanceconnect/CHANGELOG.md#v1110-2022-01-28">v1.11.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/efs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/efs/CHANGELOG.md#v1140-2022-01-28">v1.14.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/fis</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/fis/CHANGELOG.md#v1100-2022-01-28">v1.10.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/frauddetector</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/frauddetector/CHANGELOG.md#v1170-2022-01-28">v1.17.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/fsx</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/fsx/CHANGELOG.md#v1180-2022-01-28">v1.18.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/greengrass</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/greengrass/CHANGELOG.md#v1110-2022-01-28">v1.11.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/greengrassv2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/greengrassv2/CHANGELOG.md#v1130-2022-01-28">v1.13.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/guardduty</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/guardduty/CHANGELOG.md#v1110-2022-01-28">v1.11.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/honeycode</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/honeycode/CHANGELOG.md#v1100-2022-01-28">v1.10.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ivs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/ivs/CHANGELOG.md#v1140-2022-01-28">v1.14.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/kafka</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/kafka/CHANGELOG.md#v1150-2022-01-28">v1.15.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/location</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/location/CHANGELOG.md#v1130-2022-01-28">v1.13.0</a> <ul> <li><strong>Feature</strong>: Updated to latest API model.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lookoutmetrics</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/service/lookoutmetrics/CHANGELOG.md#v190-2022-01-28">v1.9.0</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/56f7cd4685f22d474411b33be826718a0ce9c56c"><code>56f7cd4</code></a> Release 2022-01-28</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/acd36849acb005e715a01553d1ca8873419cfff0"><code>acd3684</code></a> Update API Models (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1574">#1574</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/14f597921b4e948439857a039f422be0cd9d232e"><code>14f5979</code></a> config: Fix bug in SDK's merging of duration_seconds shared config (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1568">#1568</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a1bf7dd9733bb564b5b1a6c9e7f6b6e1ed5179c2"><code>a1bf7dd</code></a> Pre-allocate response body using Content-Length (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1565">#1565</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/452ee5e2e893ee7083116ac734e9e19f2c40db1b"><code>452ee5e</code></a> config: Update shared config loading to use os.UserHomeDir() (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1563">#1563</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/484478f8b7899157089e7da71126935c1c76d091"><code>484478f</code></a> config: Return error from optFns in LoadDefaultConfig (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1562">#1562</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/66251136b55d3a64355b88883f226f1d24a40bc7"><code>6625113</code></a> Remove negative smoke test for WAF (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1564">#1564</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.13.0...config/v1.13.1">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-11-02 22:48:31 +00:00 (Migrated from gitlab.com)

Codecov Report

Merging #504 (d5b780c) into main (e5748db) will not change coverage.
The diff coverage is n/a.

Current head d5b780c differs from pull request most recent head 5d6fe6d. Consider uploading reports for the commit 5d6fe6d to get more accurate results

@@            Coverage Diff            @@
##              main      #504   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          160       160           
=========================================
  Hits           160       160           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

## [Codecov](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/504?src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report > Merging [#504](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/504?src=pr&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (d5b780c) into [main](https://app.codecov.io/gl/unboundsoftware/s3uploader/commit/e5748dbe8c1a62ba5f7ab8490ca24b06a15cdb9f?el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (e5748db) will **not change** coverage. > The diff coverage is `n/a`. > :exclamation: Current head d5b780c differs from pull request most recent head 5d6fe6d. Consider uploading reports for the commit 5d6fe6d to get more accurate results ```diff @@ Coverage Diff @@ ## main #504 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 160 160 ========================================= Hits 160 160 ``` :mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in [Chrome](https://chrome.google.com/webstore/detail/codecov/gedikamndpbemklijjkncpnolildpbgo) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/codecov/) today!
argoyle commented 2023-11-03 06:34:50 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-11-03 06:34:52 +00:00 (Migrated from gitlab.com)

⚠️ dependabot-gitlab is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot-gitlab` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2023-11-03 06:35:03 +00:00 (Migrated from gitlab.com)

dependabot-gitlab successfully recreated merge request!

:white_check_mark: `dependabot-gitlab` successfully recreated merge request!
argoyle commented 2023-11-03 06:35:04 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2023-11-03 06:35:04 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e5748dbe - 1 commit from branch main
  • 5d6fe6d4 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 2 commits <ul><li>e5748dbe - 1 commit from branch <code>main</code></li><li>5d6fe6d4 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/504/diffs?diff_id=834379225&start_sha=d5b780c824bfcffd0a0ac5c2dac14c3a37ba638c)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-11-03 06:35:53 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2023-11-03 06:36:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#508