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

Support cloud storage range get #945

Closed
hrchu opened this issue Aug 4, 2021 · 1 comment
Closed

Support cloud storage range get #945

hrchu opened this issue Aug 4, 2021 · 1 comment
Assignees
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@hrchu
Copy link

hrchu commented Aug 4, 2021

google cloud storage json api supports the range header: https://cloud.google.com/storage/docs/json_api/v1/parameters#range

But there is no way to specify it in Java SDK.

This feature is essential for retrieving only part of the object data, e.g., 1 byte of 5TB, without downloading the whole file content.

@Neenu1995 Neenu1995 transferred this issue from googleapis/google-cloud-java Aug 6, 2021
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Aug 6, 2021
@Neenu1995 Neenu1995 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Aug 6, 2021
@danielduhh
Copy link
Contributor

Fixed by #1324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants