Background: Currently trying to implement a feature so that users on my site can upload their profile image to GCS.
我的理解是,在使用客户图书馆时,你可以有两种方式上载物体:
The standard way (see here: https://cloud.google.com/storage/docs/uploading-objects#storage-upload-object-nodejs) and 2. doing it with a Signed URL (see here: https://cloud.google.com/storage/docs/samples/storage-generate-upload-signed-url-v4)
是否有理由问,对我的具体使用情况来说,有什么更好的方法?