strapi-community / strapi-provider-upload-google-cloud-storage

Google Cloud Storage Upload Provider for Strapi
MIT License
211 stars 94 forks source link

Upload files greater than 32mb with Strapi hosted on Google Cloud Run #152

Closed rg-softwares closed 1 year ago

rg-softwares commented 1 year ago

Would it be possible to integrate the v4 signing process for Google Cloud while uploading files greater than 32mb.

Ref: https://cloud.google.com/storage/docs/access-control/signing-urls-with-helpers#client-libraries

When Strapi is hosted on Google Cloud Run you are facing the limit of 32mb per request.

Implementing the v4 signing process would bypass this issue.

Cheers

Lith commented 1 year ago

Hi @rg-softwares,

Implementing the signing process will not fixed your problem, because this is a limitation of "Google App Engine" themself. I suggest you to migrate your "App Engine" server to a PaaS solution. You will have no limit.

Otherwise, please free to submit a PR with the implementation of the signing process.

Thanks,