mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -34,7 +34,8 @@ SYNOPSIS
|
|||
--source-auth-method=SOURCE_AUTH_METHOD
|
||||
--source-list-api=SOURCE_LIST_API
|
||||
--source-network-protocol=SOURCE_NETWORK_PROTOCOL
|
||||
--source-request-model=SOURCE_REQUEST_MODEL] [--no-async]
|
||||
--source-request-model=SOURCE_REQUEST_MODEL
|
||||
--s3-cloudfront-domain=S3_CLOUDFRONT_DOMAIN] [--no-async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -423,6 +424,13 @@ FLAGS
|
|||
virtual-hosted style. SOURCE_REQUEST_MODEL must be one of:
|
||||
PATH_STYLE, VIRTUAL_HOSTED_STYLE.
|
||||
|
||||
--s3-cloudfront-domain=S3_CLOUDFRONT_DOMAIN
|
||||
For transfers from S3, optionally route egress traffic through a
|
||||
CloudFront instance. Supply the endpoint of the CloudFront instance:
|
||||
https://example.cloudfront.net. See documentation
|
||||
(https://cloud.google.com/storage-transfer/docs/s3-cloudfront) for
|
||||
more information.
|
||||
|
||||
EXECUTION OPTIONS
|
||||
|
||||
--no-async
|
||||
|
|
|
|||
|
|
@ -45,10 +45,11 @@ SYNOPSIS
|
|||
--source-auth-method=SOURCE_AUTH_METHOD
|
||||
--source-list-api=SOURCE_LIST_API
|
||||
--source-network-protocol=SOURCE_NETWORK_PROTOCOL
|
||||
--source-request-model=SOURCE_REQUEST_MODEL --clear-source-endpoint
|
||||
--source-request-model=SOURCE_REQUEST_MODEL
|
||||
--s3-cloudfront-domain=S3_CLOUDFRONT_DOMAIN --clear-source-endpoint
|
||||
--clear-source-signing-region --clear-source-auth-method
|
||||
--clear-source-list-api
|
||||
--clear-source-network-protocol --clear-source-request-model]
|
||||
--clear-source-list-api --clear-source-network-protocol
|
||||
--clear-source-request-model --clear-s3-cloudfront-domain]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -496,6 +497,13 @@ FLAGS
|
|||
virtual-hosted style. SOURCE_REQUEST_MODEL must be one of:
|
||||
PATH_STYLE, VIRTUAL_HOSTED_STYLE.
|
||||
|
||||
--s3-cloudfront-domain=S3_CLOUDFRONT_DOMAIN
|
||||
For transfers from S3, optionally route egress traffic through a
|
||||
CloudFront instance. Supply the endpoint of the CloudFront instance:
|
||||
https://example.cloudfront.net. See documentation
|
||||
(https://cloud.google.com/storage-transfer/docs/s3-cloudfront) for
|
||||
more information.
|
||||
|
||||
--clear-source-endpoint
|
||||
Removes source endpoint.
|
||||
|
||||
|
|
@ -514,6 +522,9 @@ FLAGS
|
|||
--clear-source-request-model
|
||||
Removes source request model.
|
||||
|
||||
--clear-s3-cloudfront-domain
|
||||
Removes S3 CloudFront domain.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue