Yelp / beans

Bringing people together, one cup of coffee at a time
MIT License
93 stars 37 forks source link

Bump s3transfer from 0.7.0 to 0.8.0 in /api #316

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps s3transfer from 0.7.0 to 0.8.0.

Changelog

Sourced from s3transfer's changelog.

0.8.0

  • enhancement:crt: Automatically configure CRC32 checksums for uploads and checksum validation for downloads through the CRT transfer manager.
  • feature:crt: S3transfer now supports a wider range of CRT functionality for uploads to improve throughput in the CLI/Boto3.
  • enhancement:Botocore: S3Transfer now requires Botocore >=1.32.7
  • enhancement:crt: Update target_throughput defaults. If not configured, s3transfer will use the AWS CRT to attempt to determine a recommended target throughput to use based on the system. If there is no recommended throughput, s3transfer now falls back to ten gigabits per second.
  • enhancement:crt: Add support for uploading and downloading file-like objects using CRT transfer manager. It supports both seekable and non-seekable file-like objects.
Commits
  • c459ba8 Merge branch 'release-0.8.0'
  • 7f20084 Bumping version to 0.8.0
  • 51929aa Remove CRT translation integ test (#287)
  • 4c498e7 Move minimum botocore version to 1.32.7 (#286)
  • 1bd5298 Merge pull request #285 from boto/crt-enhancements
  • 87445dd Update minimum version for Botocore
  • 92e7749 Add error translation from S3ResponseError to Botocore errors (#284)
  • 7b13b56 Merge pull request #283 from kyleknap/crt-creds
  • a86f7cf Update interface for providing credentials to CRT
  • 01aaaf3 Merge pull request #282 from kyleknap/crt-throughput
  • Additional commits viewable 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 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
dependabot[bot] commented 10 months ago

Superseded by #317.