Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @aws-sdk/client-s3 from 3.190.0 to 3.193.0 in /src #675

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2022

Bumps @aws-sdk/client-s3 from 3.190.0 to 3.193.0.

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.193.0

3.193.0(2022-10-20)

New Features
  • clients: update client endpoints as of 2022-10-20 (688454b7)
  • client-rum: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions (0932dcee)
  • client-global-accelerator: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups. (d7d60777)
  • client-resiliencehub: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity. (81b55109)
  • client-devops-guru: This release adds information about the resources DevOps Guru is analyzing. (991855cb)
Bug Fixes
  • endpoint:
    • test fixes for s3-control related to endpoints 2.0 (#4065) (25af672e)
    • s3 control tests to unblock CI (#4063) (0090e1cd)
    • join authScheme signingRegionSet values instead of taking first only (#4056) (751245af)
  • client-eventbridge: remove middleware-sdk-eventbridge (#4059) (7b1f5999)
  • clients: add @​aws-sdk/util-endpoints dependency (#4058) (e8d7c68b)
Tests

For list of updated packages, view updated-packages.md in assets-3.193.0.zip

v3.192.0

3.192.0(2022-10-19)

Documentation Changes
  • client-chime-sdk-messaging: Documentation updates for Chime Messaging SDK (0a32aa03)
New Features
  • clients: update client endpoints as of 2022-10-19 (ec747cab)
  • client-managedblockchain: Adding new Accessor APIs for Amazon Managed Blockchain (db0e9896)
  • client-config-service: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types. (4ceb4868)
  • client-connect: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution. (74a0d2e5)
  • client-s3-control: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. (3aad5b06)
  • client-eventbridge: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. (437f3e33)
  • client-workspaces-web: WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation. (b84f8b89)
  • client-s3: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. (6e4371ea)
  • client-support-app: This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization. (40db0f59)
  • client-cloudtrail: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket. (6a91fad2)
Bug Fixes

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.193.0 (2022-10-20)

Bug Fixes

  • clients: add @​aws-sdk/util-endpoints dependency (#4058) (e8d7c68)

3.192.0 (2022-10-19)

Bug Fixes

  • endpoint: dedupe clientContext/builtIn params, fix s3 unit test (#4051) (947c8bc)

Features

  • client-s3: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. (6e4371e)
Commits
  • 5401a39 Publish v3.193.0
  • e8d7c68 fix(clients): add @​aws-sdk/util-endpoints dependency (#4058)
  • adbee08 Publish v3.192.0
  • 6e4371e feat(client-s3): Updates internal logic for constructing API endpoints. We ha...
  • 947c8bc fix(endpoint): dedupe clientContext/builtIn params, fix s3 unit test (#4051)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.190.0 to 3.193.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.193.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2022
@github-actions
Copy link

Terraform Plan:

will create 1 resource:

  • local_file - appspec_json

will replace (delete then create) 1 resource:

  • aws_ecs_task_definition - task_def

see details

@github-actions github-actions bot merged commit ef91fdc into dev Oct 20, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/dev/aws-sdk/client-s3-3.193.0 branch October 20, 2022 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants