Skip to content

Commit fbbe205

Browse files
Merge pull request #251559 from normesta/azcopy
Addressing a Github issue
2 parents c2a643b + 8a46cbc commit fbbe205

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/common/storage-use-azcopy-s3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ Gather your AWS access key and secret access key, and then set these environment
4141
| Operating system | Command |
4242
|--------|-----------|
4343
| **Windows** | `set AWS_ACCESS_KEY_ID=<access-key>`<br>`set AWS_SECRET_ACCESS_KEY=<secret-access-key>` |
44-
| **Linux** | `export AWS_ACCESS_KEY_ID=<access-key>`<br>`export AWS_SECRET_ACCESS_KEY=<secret-access-key>` |
44+
| **Linux** | `export AWS_ACCESS_KEY_ID=<access-key>`<br>`export AWS_SECRET_ACCESS_KEY=<secret-access-key>`|
4545
| **macOS** | `export AWS_ACCESS_KEY_ID=<access-key>`<br>`export AWS_SECRET_ACCESS_KEY=<secret-access-key>`|
4646

47+
These credentials are used to generate pre-signed URLs that are used to copy objects.
48+
4749
## Copy objects, directories, and buckets
4850

4951
AzCopy uses the [Put Block From URL](/rest/api/storageservices/put-block-from-url) API, so data is copied directly between AWS S3 and storage servers. These copy operations don't use the network bandwidth of your computer.

0 commit comments

Comments
 (0)