You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gettingstarted.rst
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ Set environment variables: ::
19
19
export ACCOUNT_NAME=<STORAGE_ACCOUNT_NAME>
20
20
export ACCOUNT_KEY=<STORAGE_ACCOUNT_KEY>
21
21
22
-
**Note:** You can also set these values via `options <options.html>`__
22
+
.. note::
23
+
24
+
You can also set these values via options
23
25
24
26
Windows
25
27
-------
@@ -40,7 +42,9 @@ Set environment variables (if using PowerShell): ::
40
42
Command Options
41
43
---------------
42
44
43
-
-f, --source_file (string) URL, Azure Blob or S3 Endpoint, file or files (e.g. /data/\*.gz) to upload.
45
+
-f, --source_file (string) URL, Azure Blob or S3 Endpoint,
46
+
file or files (e.g. /data/\*.gz) to upload.
47
+
44
48
-c, --container_name (string) Container name (e.g. mycontainer).
45
49
-n, --blob_name (string) Blob name (e.g. myblob.txt) or prefix for download scenarios.
46
50
-g, --concurrent_workers (int) Number of go-routines for parallel upload.
@@ -57,13 +61,18 @@ Command Options
57
61
58
62
Can also be specified via the ACCOUNT_KEY environment variable.
59
63
-s, --http_timeout (int) HTTP client timeout in seconds. Default value is 600s.
60
-
-d, --dup_check_level (string) Desired level of effort to detect duplicate data blocks to minimize upload size.
61
-
62
-
Must be one of None, ZeroOnly, Full (default "None")
63
64
-t, --transfer_type (string) Defines the source and target of the transfer.
64
65
65
-
Must be one of file-blockblob, file-pageblob, http-blockblob, http-pageblob, blob-file, pageblock-file (alias of blob-file), blockblob-file (alias of blob-file), http-file, blob-pageblob, blob-blockblob, s3-pageblob and s3-blockblob.
66
-
-m, --compute_blockmd5 (bool) If set, block level MD5 has will be computed and included as a header when the block is sent to blob storage.
66
+
Must be one of ::
67
+
68
+
file-blockblob, file-pageblob, http-blockblob,
69
+
http-pageblob, blob-file, pageblock-file (alias of blob-file),
70
+
blockblob-file (alias of blob-file), http-file,
71
+
blob-pageblob, blob-blockblob, s3-pageblob and s3-blockblob.
72
+
73
+
74
+
-m, --compute_blockmd5 (bool) If set, block level MD5 has will be computed and included
75
+
as a header when the block is sent to blob storage.
67
76
68
77
Default is false.
69
78
-q, --quiet_mode (bool) If set, the progress indicator is not displayed.
Copy file name to clipboardExpand all lines: docs/resumabletrans.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Resumable Transfers
2
2
===================
3
3
4
-
BlobPorter supports resumable transfers. This feature is enabled when the -l option is set. This option must specify the path where the transfer status file will be created.
4
+
BlobPorter supports resumable transfers. This feature is enabled when the -l option is set with the path where the transfer status file will be created.
5
5
In case of failure, if the same status file is specified, BlobPorter will skip files that were already transferred.
0 commit comments