-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Thanks for stopping by to let us know something could be better!
Is your feature request related to a problem? Please describe.
The underlying resumable upload API allows canceling an upload. However, the WriteChannel returned by the Storage.writer methods has no way to cancel the upload.
Describe the solution you'd like
Add an API like cancel to the object returned from Storage.write.
Describe alternatives you've considered
n/a
Additional context
Any other context or screenshots about the feature request.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.