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

HADOOP-18073. Upgrades Head, Copy, Put & Get operations. #5

Closed
wants to merge 3 commits into from

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    77c5cf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    4085a8d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Upgrade GetObject to use SDK v2.

    Key change: `getObject` now returns a `ResponseInputStream<GetObjectResponse>` rather than a `S3Object`. This makes it simpler to handle the input stream lifetime in various classes such as `S3AInputStream`, `S3ARemoteObject`, or `SDKStreamDrainer`.
    passaro authored and ahmarsuhail committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6a03f91 View commit details
    Browse the repository at this point in the history