Uploading files directly to Google Cloud Storage for GAE app

前端 未结 2 1733
醉梦人生
醉梦人生 2021-01-21 03:56

I am looking at switching from Blobstore to Google Cloud Storage for things like image uploads in a project (since Google calls Blobstore \"superseded\").

In Blobstore,

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-21 04:37

    Google Cloud Storage does support generating URL for upload or reads. For more information see: https://cloud.google.com/storage/docs/access-control/create-signed-urls-program

    The gcloud-java-storage library can help with creating such signed URL.

提交回复
热议问题