-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
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
I think it is a common practice to initiate resumable uploads on the server side, and hand the session URL to clients.
However, it seems that java-storage does not expose any methods to get the session URL for a resumable upload.
Describe alternatives you've considered
One can use Signed URL with single-request upload. However, for large files, resumable upload is preferable.
https://cloud.google.com/storage/docs/access-control/signed-urls#signing-resumable
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.