Skip to content

Expose an API to get Resumable Upload Session URL #2903

@tsawada

Description

@tsawada

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.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions