Skip to content

Commit b067032

Browse files
committed
- doc updates
1 parent 598818d commit b067032

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

docs/gettingstarted.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Set environment variables: ::
1919
export ACCOUNT_NAME=<STORAGE_ACCOUNT_NAME>
2020
export ACCOUNT_KEY=<STORAGE_ACCOUNT_KEY>
2121

22-
**Note:** You can also set these values via `options <options.html>`__
22+
.. note::
23+
24+
You can also set these values via options
2325

2426
Windows
2527
-------
@@ -40,7 +42,9 @@ Set environment variables (if using PowerShell): ::
4042
Command Options
4143
---------------
4244

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+
4448
-c, --container_name (string) Container name (e.g. mycontainer).
4549
-n, --blob_name (string) Blob name (e.g. myblob.txt) or prefix for download scenarios.
4650
-g, --concurrent_workers (int) Number of go-routines for parallel upload.
@@ -57,13 +61,18 @@ Command Options
5761

5862
Can also be specified via the ACCOUNT_KEY environment variable.
5963
-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")
6364
-t, --transfer_type (string) Defines the source and target of the transfer.
6465

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.
6776

6877
Default is false.
6978
-q, --quiet_mode (bool) If set, the progress indicator is not displayed.

docs/resumabletrans.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Resumable Transfers
22
===================
33

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.
55
In case of failure, if the same status file is specified, BlobPorter will skip files that were already transferred.
66

77
::

0 commit comments

Comments
 (0)