Allow for upload id to be retrieved or created by Storage api #691
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.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
What the problem is. Example: I'm always frustrated when [...]
Describe the solution you'd like
I'm using
WriteChannel
returned by https://googleapis.dev/java/google-cloud-storage/latest/com/google/cloud/storage/Storage.html#writer-com.google.cloud.storage.BlobInfo-com.google.cloud.storage.Storage.BlobWriteOption...- for streaming uploads. I have a use case where there is another process that might take over the resumable session, but in order to do that I need the upload id. Is it possible expose the upload id or allow creation of a resumable upload session?Describe alternatives you've considered
Use
WriteChannel#capture
and serialize the object but is overly complex for my use case.Additional context
Any other context or screenshots about the feature request.
The text was updated successfully, but these errors were encountered: