Google Cloud Storage support of S3 multipart upload

后端 未结 1 773
生来不讨喜
生来不讨喜 2021-01-20 10:56

Currenty, i\'m using GCS in \"interoperability mode\" to make it accept S3 API requests. By using the official multipart upload example here (+ setting the appropriate endpo

1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-20 11:15

    GSC doesn't support the S3 multipart upload interface. If you want to perform a chunk-parallel upload you can use object composition - see https://cloud.google.com/storage/docs/composite-objects

    0 讨论(0)
提交回复
热议问题