Skip to content

Commit 8a76ff4

Browse files
Court72normesta
andauthored
Apply suggestions from PR review
Co-authored-by: Norm Estabrook <[email protected]>
1 parent f816286 commit 8a76ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gather your AWS access key and secret access key, and then set these environment
4040

4141
| Operating system | Command |
4242
|--------|-----------|
43-
| **Windows** | `$env:AWS_ACCESS_KEY_ID=<access-key>`<br>`$env:AWS_SECRET_ACCESS_KEY=<secret-access-key>` |
43+
| **Windows** | PowerShell:`$env:AWS_ACCESS_KEY_ID=<access-key>`<br>`$env:AWS_SECRET_ACCESS_KEY=<secret-access-key>` <br> In a command prompt use: `set AWS_ACCESS_KEY_ID=<access-key>`<br>`set AWS_SECRET_ACCESS_KEY=<secret-access-key>` |
4444
| **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

0 commit comments

Comments
 (0)