Bypass 8MB limit to allow file to be uploaded in single request #1273
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi Team,
I am using the cloud function to upload the file to GCS, I am finding latency to upload the file due to so many resumable API calls being made, the file size is approx between 100-300 MB,
The Google doc suggests [1] that if the internet is good we can have large size of files that can be uploaded in a single request
but in [2] the python lib has put a cap of 8MB when using this approach.
Since we live in fast internet time can we have this limit added as parameters rather than making hardcode in the code?
[1] https://cloud.google.com/storage/docs/uploads-downloads#size
[2] https://cloud.google.com/storage/docs/resumable-uploads#client-libraries
[3] https://issuetracker.google.com/issues/339567442
The text was updated successfully, but these errors were encountered: