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

fix: validateBlob failure fallsback to direct download #2055

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

sydney-munro
Copy link
Collaborator

@sydney-munro sydney-munro commented Jun 7, 2023

If we are unable to get information about a blob (ie. if the get call fails) we should still try and download the blob but we can simply do a direct download. This actually was causing the integration tests to fail with an NPE however in previous PRs these tests were not configured to run.

@sydney-munro sydney-munro requested a review from a team as a code owner June 7, 2023 21:45
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: storage Issues related to the googleapis/java-storage API. labels Jun 7, 2023
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Jun 8, 2023
@sydney-munro sydney-munro merged commit b34b05e into feat/transfer-manager Jun 9, 2023
@sydney-munro sydney-munro deleted the chunked-exceptions branch June 9, 2023 17:55
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. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants