1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Nov 15 11:42:54 UTC 2023

This commit is contained in:
Automated 2023-11-15 11:42:54 +00:00
parent 03f0979970
commit d3074f94bb
224 changed files with 6432 additions and 626 deletions

View file

@ -1267,6 +1267,20 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
multipart_chunksize
Specifies partition size in bytes of each part of a multipart
upload made by the Boto3 client. To calculate the maximum size of a
Boto3 client multipart upload, multiply the multipart_chunk value
by the maximum number of parts the API allows. For AWS S3 this
limit is 10000. Values can be provided either in bytes or as
human-readable values (e.g., "150M" to represent 150 mebibytes).
multipart_threshold
Files larger than this threshold will be partitioned into parts,
uploaded separately by the Boto3 client, and then combined into a
single object. Otherwise, files smaller than this threshold will be
uploaded by the Boto3 client in a single stream.
parallel_composite_upload_compatibility_check
Determines if the GET bucket call should be performed to check if
the default storage class and retention period for the destination