duna-oss / flystorage

Flystorage; File storage abstraction for Node / TypeScript
https://flystorage.dev/
183 stars 13 forks source link

Bump the dependencies group with 4 updates #43

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dependencies group with 4 updates: @aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/s3-request-presigner and @google-cloud/storage.

Updates @aws-sdk/client-s3 from 3.577.0 to 3.583.0

Release notes

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

v3.583.0

3.583.0(2024-05-23)

Chores
Documentation Changes
  • client-opsworks: Documentation-only update for OpsWorks Stacks. (211cb53d)
New Features
  • client-emr-serverless: This release adds the capability to run interactive workloads using Apache Livy Endpoint. (3892b811)

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

v3.582.0

3.582.0(2024-05-22)

Chores
Documentation Changes
New Features
  • clients: update client endpoints as of 2024-05-22 (634eea71)
  • client-opensearch: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. (4f00d795)
  • client-chatbot: This change adds support for tagging Chatbot configurations. (23a00825)
  • client-wafv2: You can now use Security Lake to collect web ACL traffic data. (0292fb4a)
  • client-cloudformation: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure. (6f0caf64)
  • client-kms: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. (1489723e)
Bug Fixes
  • client-ec2: ec2 query no longer serialize empty lists (#6119) (d4b286c6)
  • lib-storage: call AbortMultipartUpload when failing to CompleteMultipartUpload (#6112) (b5288e68)

... (truncated)

Changelog

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

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-s3

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-s3

Commits


Updates @aws-sdk/lib-storage from 3.578.0 to 3.583.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.583.0

3.583.0(2024-05-23)

Chores
Documentation Changes
  • client-opsworks: Documentation-only update for OpsWorks Stacks. (211cb53d)
New Features
  • client-emr-serverless: This release adds the capability to run interactive workloads using Apache Livy Endpoint. (3892b811)

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

v3.582.0

3.582.0(2024-05-22)

Chores
Documentation Changes
New Features
  • clients: update client endpoints as of 2024-05-22 (634eea71)
  • client-opensearch: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. (4f00d795)
  • client-chatbot: This change adds support for tagging Chatbot configurations. (23a00825)
  • client-wafv2: You can now use Security Lake to collect web ACL traffic data. (0292fb4a)
  • client-cloudformation: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure. (6f0caf64)
  • client-kms: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. (1489723e)
Bug Fixes
  • client-ec2: ec2 query no longer serialize empty lists (#6119) (d4b286c6)
  • lib-storage: call AbortMultipartUpload when failing to CompleteMultipartUpload (#6112) (b5288e68)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/lib-storage

3.582.0 (2024-05-22)

Bug Fixes

  • lib-storage: call AbortMultipartUpload when failing to CompleteMultipartUpload (#6112) (b5288e6)
Commits
  • 9cb9641 Publish v3.583.0
  • 8c64641 Publish v3.582.0
  • 5ebe6ce chore(codegen): bump smithyVersion=1.49.0 (#6117)
  • b5288e6 fix(lib-storage): call AbortMultipartUpload when failing to CompleteMultipart...
  • See full diff in compare view


Updates @aws-sdk/s3-request-presigner from 3.577.0 to 3.583.0

Release notes

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

v3.583.0

3.583.0(2024-05-23)

Chores
Documentation Changes
  • client-opsworks: Documentation-only update for OpsWorks Stacks. (211cb53d)
New Features
  • client-emr-serverless: This release adds the capability to run interactive workloads using Apache Livy Endpoint. (3892b811)

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

v3.582.0

3.582.0(2024-05-22)

Chores
Documentation Changes
New Features
  • clients: update client endpoints as of 2024-05-22 (634eea71)
  • client-opensearch: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. (4f00d795)
  • client-chatbot: This change adds support for tagging Chatbot configurations. (23a00825)
  • client-wafv2: You can now use Security Lake to collect web ACL traffic data. (0292fb4a)
  • client-cloudformation: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure. (6f0caf64)
  • client-kms: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. (1489723e)
Bug Fixes
  • client-ec2: ec2 query no longer serialize empty lists (#6119) (d4b286c6)
  • lib-storage: call AbortMultipartUpload when failing to CompleteMultipartUpload (#6112) (b5288e68)

... (truncated)

Changelog

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

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

Commits


Updates @google-cloud/storage from 7.11.0 to 7.11.1

Release notes

Sourced from @​google-cloud/storage's releases.

v7.11.1

7.11.1 (2024-05-21)

Bug Fixes

  • Add missing projectIdentifier to GetServiceAccountOptions (#2468) (d49e9d2)
  • Allow files in directories to be downloaded onto local machine (#2199) (9f62429)
  • Do not set customEndpoint if apiEndpoint === default (#2460) (b4dbd73)
  • Improve GetFilesResponse interface (#2466) (918db28)
Changelog

Sourced from @​google-cloud/storage's changelog.

7.11.1 (2024-05-21)

Bug Fixes

  • Add missing projectIdentifier to GetServiceAccountOptions (#2468) (d49e9d2)
  • Allow files in directories to be downloaded onto local machine (#2199) (9f62429)
  • Do not set customEndpoint if apiEndpoint === default (#2460) (b4dbd73)
  • Improve GetFilesResponse interface (#2466) (918db28)
Commits
  • 53a6e1a chore(main): release 7.11.1 (#2462)
  • 9f62429 fix: allow files in directories to be downloaded onto local machine (#2199)
  • f2e1e0c test: increase timeout of delay in hmac get test (#2457)
  • 918db28 Fix: improve GetFilesResponse interface (#2466)
  • d49e9d2 fix: add missing projectIdentifier to GetServiceAccountOptions (#2468)
  • 75940e3 test: handle multiple possibilities in HNS tests (#2467)
  • b4dbd73 fix: Do not set customEndpoint if apiEndpoint === default (#2460)
  • 74461e4 test: add 1s delay to bucket sample tests to avoid getting throttle e… (#2459)
  • See full diff in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions