gcloud storage python client API 是否支持并行复合上传?
Does gcloud storage python client API support parallel composite upload?
gsutil
命令具有优化大文件 upload/download 速度的选项。例如
GSUtil:parallel_composite_upload_threshold=150M
GSUtil:sliced_object_download_max_components=8
参考this page。
google.cloud.storage
pythonAPI中的等价物是什么? this document.
中没有找到相关参数
一般来说,客户端API和gsutil
在功能上是一一对应的吗?
gsutil
命令具有优化大文件 upload/download 速度的选项。例如
GSUtil:parallel_composite_upload_threshold=150M
GSUtil:sliced_object_download_max_components=8
参考this page。
google.cloud.storage
pythonAPI中的等价物是什么? this document.
一般来说,客户端API和gsutil
在功能上是一一对应的吗?