Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.15.15 to 1.16.0 #594

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.16.0 into main 2024-02-14 08:33:23 +00:00
argoyle commented 2024-02-13 22:45:14 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.15.15 to 1.16.0.

Changelog

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

Release (2022-03-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.0
    • Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.11.0
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.0
    • Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.15.0
    • Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.2
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.0.0
    • Release: New AWS service client module
    • Feature: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.22.0
    • Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.23.0
    • Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.18.1
    • Documentation: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.

Release (2022-03-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.18.0
    • Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.2
    • Documentation: Documentation only update to address tickets
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.16.0
    • Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.16.0
    • Feature: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.14.0
    • Feature: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

Release (2022-03-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.8.0
    • Feature: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.17.0
    • Feature: This release includes a fix in the DescribeImageScanFindings paginated output.
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.16.0
    • Feature: This release adds support for selecting a maintenance window.

... (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.15.15 to 1.16.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p> <blockquote> <h1>Release (2022-03-23)</h1> <h2>General Highlights</h2> <ul> <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</code>: v1.16.0 <ul> <li><strong>Feature</strong>: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See <a href="https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#CredentialsCache">aws.CredentialsCache</a> for more details.</li> <li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/credentials</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/credentials/CHANGELOG.md#v1110-2022-03-23">v1.11.0</a> <ul> <li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/auditmanager</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/auditmanager/CHANGELOG.md#v1180-2022-03-23">v1.18.0</a> <ul> <li><strong>Feature</strong>: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.</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/v1.16.0/service/ebs/CHANGELOG.md#v1150-2022-03-23">v1.15.0</a> <ul> <li><strong>Feature</strong>: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/elasticache</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/elasticache/CHANGELOG.md#v1202-2022-03-23">v1.20.2</a> <ul> <li><strong>Documentation</strong>: Doc only update for ElastiCache</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/gamesparks</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/gamesparks/CHANGELOG.md#v100-2022-03-23">v1.0.0</a> <ul> <li><strong>Release</strong>: New AWS service client module</li> <li><strong>Feature</strong>: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/redshift</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/redshift/CHANGELOG.md#v1220-2022-03-23">v1.22.0</a> <ul> <li><strong>Feature</strong>: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ssm</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ssm/CHANGELOG.md#v1230-2022-03-23">v1.23.0</a> <ul> <li><strong>Feature</strong>: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/transfer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/transfer/CHANGELOG.md#v1181-2022-03-23">v1.18.1</a> <ul> <li><strong>Documentation</strong>: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.</li> </ul> </li> </ul> <h1>Release (2022-03-22)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/costexplorer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/costexplorer/CHANGELOG.md#v1180-2022-03-22">v1.18.0</a> <ul> <li><strong>Feature</strong>: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ecs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ecs/CHANGELOG.md#v1182-2022-03-22">v1.18.2</a> <ul> <li><strong>Documentation</strong>: Documentation only update to address tickets</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lakeformation</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/lakeformation/CHANGELOG.md#v1160-2022-03-22">v1.16.0</a> <ul> <li><strong>Feature</strong>: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.</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/v1.16.0/service/location/CHANGELOG.md#v1160-2022-03-22">v1.16.0</a> <ul> <li><strong>Feature</strong>: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/polly</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/polly/CHANGELOG.md#v1140-2022-03-22">v1.14.0</a> <ul> <li><strong>Feature</strong>: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.</li> </ul> </li> </ul> <h1>Release (2022-03-21)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/chimesdkmeetings/CHANGELOG.md#v180-2022-03-21">v1.8.0</a> <ul> <li><strong>Feature</strong>: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ecr</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ecr/CHANGELOG.md#v1170-2022-03-21">v1.17.0</a> <ul> <li><strong>Feature</strong>: This release includes a fix in the DescribeImageScanFindings paginated output.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/mediaconnect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/mediaconnect/CHANGELOG.md#v1160-2022-03-21">v1.16.0</a> <ul> <li><strong>Feature</strong>: This release adds support for selecting a maintenance window.</li> </ul> </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/5399c50f8a2fc8b966d2368bfb1c8aaf546efefb"><code>5399c50</code></a> Release 2022-03-23</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/57ed4144aa9e38dfd1a8c41bbae9f4b4c2f56dac"><code>57ed414</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e7797b2c8bb8e3393455231024242783a40d6a30"><code>e7797b2</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0a7068e374e813ff24326d09f2903bae0e3d57cb"><code>0a7068e</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cbd1bab25397591da5983f6a598df23a8daa67c6"><code>cbd1bab</code></a> Update IMDS credential provider to handle credentials fail to refresh (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1634">#1634</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f83f630afb5c3f149058ae004c4f75a6acecc85d"><code>f83f630</code></a> Remove unneeded destructive integration tests for Amazon S3 Control API (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1637">#1637</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ccdd0e4fab2786009c8728b18298d7972b66a851"><code>ccdd0e4</code></a> Release 2022-03-22</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5b16b20bd80356d4a8dca1cb5454e96149cbc626"><code>5b16b20</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d273f3acd96f9b88b3d41cddff6c47b07cb51bb5"><code>d273f3a</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d78523a009125fa2a74fcf3201db87ba42fe2322"><code>d78523a</code></a> Release 2022-03-21</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.15...v1.16.0">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 2024-02-14 08:26:53 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2024-02-14 08:26:55 +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 2024-02-14 08:27:05 +00:00 (Migrated from gitlab.com)

dependabot-gitlab successfully recreated merge request!

:white_check_mark: `dependabot-gitlab` successfully recreated merge request!
argoyle commented 2024-02-14 08:27:06 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2024-02-14 08:27:06 +00:00 (Migrated from gitlab.com)

added 4 commits

  • d7564c80...e0346de4 - 3 commits from branch main
  • 5b35df31 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 4 commits <ul><li>d7564c80...e0346de4 - 3 commits from branch <code>main</code></li><li>5b35df31 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/590/diffs?diff_id=924215221&start_sha=d7564c807c36107d5c3c0fad6bdd41f7ae53fad0)
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-14 08:33:23 +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#594