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

Returned future result in S3Transfer's download and upload #3316

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jun 27, 2022

  1. Returned future result in S3Transfer's download and upload

    - Adds a `return` statement to S3Transfer's methods `upload_file()` and
      `download_file()`.
    - This gives them the same return behavior as `copy()`, `upload_fileobj()`,
      and `download_fileobj()` inside `s3/inject.py`. These functions return the
      value for their future objects.
    - Returning the value will allow integrations to access metadata
      returned by the service, such as the "ETag" for uploaded entities for
      example.
    adamsc64 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2cb994c View commit details
    Browse the repository at this point in the history