1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Sep 14 09:28:28 UTC 2022

This commit is contained in:
Automated 2022-09-14 09:28:28 +00:00
parent e7bec9b31b
commit 8f4214beb2
Failed to extract signature
148 changed files with 5778 additions and 334 deletions

View file

@ -1044,6 +1044,11 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
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
bucket meet the criteria for parallel composite upload.
parallel_composite_upload_component_size
Specifies the ideal size of a component in bytes, which will act as
an upper bound to the size of the components if ceil(file_size /
@ -1052,6 +1057,12 @@ AVAILABLE PROPERTIES
provided either in bytes or as human-readable values (e.g., "150M"
to represent 150 mebibytes).
parallel_composite_upload_enabled
Determines whether parallel composite upload should be used.
Default value is None which will use parallel composite upload and
log an appropriate warning for the user explaining that parallel
composite upload is being used by default.
parallel_composite_upload_threshold
Specifies the maximum size of a file to upload in a single stream.
Files larger than this threshold will be partitioned into component
@ -1059,8 +1070,8 @@ AVAILABLE PROPERTIES
The number of components will be the smaller of ceil(file_size /
parallel_composite_upload_component_size) and the maximum number of
objects the API allows composing at once. For Cloud Storage this
limit is 32. If this property is set to 0, then automatic parallel
uploads will never occur.
limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.
process_count
The maximum number of processes parallel execution should use. When

View file

@ -1076,6 +1076,11 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
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
bucket meet the criteria for parallel composite upload.
parallel_composite_upload_component_size
Specifies the ideal size of a component in bytes, which will act as
an upper bound to the size of the components if ceil(file_size /
@ -1084,6 +1089,12 @@ AVAILABLE PROPERTIES
provided either in bytes or as human-readable values (e.g., "150M"
to represent 150 mebibytes).
parallel_composite_upload_enabled
Determines whether parallel composite upload should be used.
Default value is None which will use parallel composite upload and
log an appropriate warning for the user explaining that parallel
composite upload is being used by default.
parallel_composite_upload_threshold
Specifies the maximum size of a file to upload in a single stream.
Files larger than this threshold will be partitioned into component
@ -1091,8 +1102,8 @@ AVAILABLE PROPERTIES
The number of components will be the smaller of ceil(file_size /
parallel_composite_upload_component_size) and the maximum number of
objects the API allows composing at once. For Cloud Storage this
limit is 32. If this property is set to 0, then automatic parallel
uploads will never occur.
limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.
process_count
The maximum number of processes parallel execution should use. When

View file

@ -1081,6 +1081,11 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
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
bucket meet the criteria for parallel composite upload.
parallel_composite_upload_component_size
Specifies the ideal size of a component in bytes, which will act as
an upper bound to the size of the components if ceil(file_size /
@ -1089,6 +1094,12 @@ AVAILABLE PROPERTIES
provided either in bytes or as human-readable values (e.g., "150M"
to represent 150 mebibytes).
parallel_composite_upload_enabled
Determines whether parallel composite upload should be used.
Default value is None which will use parallel composite upload and
log an appropriate warning for the user explaining that parallel
composite upload is being used by default.
parallel_composite_upload_threshold
Specifies the maximum size of a file to upload in a single stream.
Files larger than this threshold will be partitioned into component
@ -1096,8 +1107,8 @@ AVAILABLE PROPERTIES
The number of components will be the smaller of ceil(file_size /
parallel_composite_upload_component_size) and the maximum number of
objects the API allows composing at once. For Cloud Storage this
limit is 32. If this property is set to 0, then automatic parallel
uploads will never occur.
limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.
process_count
The maximum number of processes parallel execution should use. When

View file

@ -1091,6 +1091,11 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
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
bucket meet the criteria for parallel composite upload.
parallel_composite_upload_component_size
Specifies the ideal size of a component in bytes, which will act as
an upper bound to the size of the components if ceil(file_size /
@ -1099,6 +1104,12 @@ AVAILABLE PROPERTIES
provided either in bytes or as human-readable values (e.g., "150M"
to represent 150 mebibytes).
parallel_composite_upload_enabled
Determines whether parallel composite upload should be used.
Default value is None which will use parallel composite upload and
log an appropriate warning for the user explaining that parallel
composite upload is being used by default.
parallel_composite_upload_threshold
Specifies the maximum size of a file to upload in a single stream.
Files larger than this threshold will be partitioned into component
@ -1106,8 +1117,8 @@ AVAILABLE PROPERTIES
The number of components will be the smaller of ceil(file_size /
parallel_composite_upload_component_size) and the maximum number of
objects the API allows composing at once. For Cloud Storage this
limit is 32. If this property is set to 0, then automatic parallel
uploads will never occur.
limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.
process_count
The maximum number of processes parallel execution should use. When

View file

@ -1052,6 +1052,11 @@ AVAILABLE PROPERTIES
max_retry_delay
Max second delay between retriable operations.
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
bucket meet the criteria for parallel composite upload.
parallel_composite_upload_component_size
Specifies the ideal size of a component in bytes, which will act as
an upper bound to the size of the components if ceil(file_size /
@ -1060,6 +1065,12 @@ AVAILABLE PROPERTIES
provided either in bytes or as human-readable values (e.g., "150M"
to represent 150 mebibytes).
parallel_composite_upload_enabled
Determines whether parallel composite upload should be used.
Default value is None which will use parallel composite upload and
log an appropriate warning for the user explaining that parallel
composite upload is being used by default.
parallel_composite_upload_threshold
Specifies the maximum size of a file to upload in a single stream.
Files larger than this threshold will be partitioned into component
@ -1067,8 +1078,8 @@ AVAILABLE PROPERTIES
The number of components will be the smaller of ceil(file_size /
parallel_composite_upload_component_size) and the maximum number of
objects the API allows composing at once. For Cloud Storage this
limit is 32. If this property is set to 0, then automatic parallel
uploads will never occur.
limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.
process_count
The maximum number of processes parallel execution should use. When