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

gcloud: Wed Aug 10 08:48:58 UTC 2022

This commit is contained in:
Automated 2022-08-10 08:48:58 +00:00
parent 3b2f526372
commit fa820bfa8d
Failed to extract signature
3267 changed files with 9673 additions and 7799 deletions

View file

@ -25,7 +25,13 @@ SYNOPSIS
--notification-event-types=[EVENT_TYPES,...]
--notification-payload-format=NOTIFICATION_PAYLOAD_FORMAT]
[--log-actions=[LOG_ACTIONS,...]
--log-action-states=[LOG_ACTION_STATES,...]] [--no-async]
--log-action-states=[LOG_ACTION_STATES,...]]
[--source-endpoint=SOURCE_ENDPOINT
--source-signing-region=SOURCE_SIGNING_REGION
--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]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -309,6 +315,51 @@ FLAGS
after the comma (e.g., --log-action-states=succeeded,failed).
LOG_ACTION_STATES must be one of: failed, succeeded.
ADDITIONAL OPTIONS
--source-endpoint=SOURCE_ENDPOINT
For transfers from S3-compatible sources, specify your storage
system's endpoint. Check with your provider for formatting (ex.
s3.us-east-1.amazonaws.com for Amazon S3).
--source-signing-region=SOURCE_SIGNING_REGION
For transfers from S3-compatible sources, specify a region for
signing requests. You can leave this unspecified if your storage
provider doesn't require a signing region.
--source-auth-method=SOURCE_AUTH_METHOD
For transfers from S3-compatible sources, choose a process for adding
authentication information to S3 API requests. Refer to AWS's SigV4
(https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html)
and SigV2
(https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html)
documentation for more information. SOURCE_AUTH_METHOD must be one
of: AWS_SIGNATURE_V2, AWS_SIGNATURE_V4.
--source-list-api=SOURCE_LIST_API
For transfers from S3-compatible sources, choose the version of the
S3 listing API for returning objects from the bucket. Refer to AWS's
ListObjectsV2
(https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html)
and ListObjects
(https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html)
documentation for more information. SOURCE_LIST_API must be one of:
LIST_OBJECTS, LIST_OBJECTS_V2.
--source-network-protocol=SOURCE_NETWORK_PROTOCOL
For transfers from S3-compatible sources, choose the network protocol
agents should use for this job. SOURCE_NETWORK_PROTOCOL must be one
of: HTTP, HTTPS.
--source-request-model=SOURCE_REQUEST_MODEL
For transfers from S3-compatible sources, choose which addressing
style to use. Determines if the bucket name is in the hostname or
part of the URL. For example,
https://s3.region.amazonaws.com/bucket-name/key-name for path style
and Ex. https://bucket-name.s3.region.amazonaws.com/key-name for
virtual-hosted style. SOURCE_REQUEST_MODEL must be one of:
PATH_STYLE, VIRTUAL_HOSTED_STYLE.
EXECUTION OPTIONS
--no-async