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

gcloud: Wed Jun 15 08:33:03 UTC 2022

This commit is contained in:
Automated 2022-06-15 08:33:03 +00:00
parent 28d031b3c1
commit 5378794555
Failed to extract signature
147 changed files with 5222 additions and 263 deletions

View file

@ -67,20 +67,15 @@ POSITIONAL ARGUMENTS
SOURCE
The source of your data. Available sources and formatting information:
Public clouds - For Google Cloud Storage and Amazon S3, specify the
scheme of the source type; name of the resource; and, if transferring
from a folder, the path to the folder. For Azure Storage, note the
Azure-specific formatting below. For example:
◆ [Google Cloud Storage] gs://example-bucket/example-folder
Public clouds -
◆ [Google Cloud Storage] gs://example-bucket/example-folder/
◆ [Amazon S3] s3://examplebucket/example-folder
◆ [Azure Blob Storage or Data Lake Storage]
http://examplestorageaccount.blob.core.windows.net/examplecontainer/examplefolder
POSIX filesystem - Specify the posix:// scheme followed by the full
path to the desired directory. POSIX filesystem - Specify the posix://
scheme followed by the absolute path to the desired directory, starting
from the root of the host machine (denoted by a leading slash). For
example:
POSIX filesystem - Specify the posix:// scheme followed by the absolute
path to the desired directory, starting from the root of the host
machine (denoted by a leading slash). For example:
◆ posix:///path/directory/
A file transfer agent must be installed on the POSIX filesystem, and
@ -96,13 +91,11 @@ POSITIONAL ARGUMENTS
Google Cloud Storage - Specify the gs:// scheme; name of the bucket;
and, if transferring to a folder, the path to the folder. For example:
◆ gs://example-bucket/example-folder
◆ gs://example-bucket/example-folder/
POSIX filesystem - Specify the posix:// scheme followed by the full
path to the desired directory. POSIX filesystem - Specify the posix://
scheme followed by the absolute path to the desired directory, starting
from the root of the host machine (denoted by a leading slash). For
example:
POSIX filesystem - Specify the posix:// scheme followed by the absolute
path to the desired directory, starting from the root of the host
machine (denoted by a leading slash). For example:
◆ posix:///path/directory/
A file transfer agent must be installed on the POSIX filesystem, and