Skip to content

Commit

Permalink
Some final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
normesta committed Mar 9, 2021
1 parent a5d2857 commit 524fac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions articles/storage/common/storage-use-azcopy-google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services: storage
author: normesta
ms.service: storage
ms.topic: how-to
ms.date: 03/08/2021
ms.date: 03/09/2021
ms.author: normesta
ms.subservice: common
---
Expand Down Expand Up @@ -109,7 +109,7 @@ Use the same URL syntax (`blob.core.windows.net`) for accounts that have a hiera
|--------|-----------|
| **Syntax** | `azcopy copy 'https://storage.cloud.google.com/' 'https://<storage-account-name>.blob.core.windows.net' --recursive=true` |
| **Example** | `azcopy copy 'https://storage.cloud.google.com/' 'https://mystorageaccount.blob.core.windows.net' --recursive=true` |
| **Example** (hierarchical namespace)| `azcopy copy 'https://storage.cloud.google.com/mybucket/mydirectory' 'https://mystorageaccount.blob.core.windows.net' --recursive=true` |
| **Example** (hierarchical namespace)| `azcopy copy 'https://storage.cloud.google.com' 'https://mystorageaccount.blob.core.windows.net' --recursive=true` |

### Copy a subset of buckets in a Google Cloud project

Expand Down Expand Up @@ -171,6 +171,4 @@ Find more examples in any of these articles:

- [Transfer data](storage-use-azcopy-v10.md#transfer-data)

- [Transfer data with AzCopy and file storage](storage-use-azcopy-files.md)

- [Configure, optimize, and troubleshoot AzCopy](storage-use-azcopy-configure.md)
2 changes: 0 additions & 2 deletions articles/storage/common/storage-use-azcopy-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,4 @@ Find more examples in any of these articles:

- [Transfer data](storage-use-azcopy-v10.md#transfer-data)

- [Transfer data with AzCopy and file storage](storage-use-azcopy-files.md)

- [Configure, optimize, and troubleshoot AzCopy](storage-use-azcopy-configure.md)

0 comments on commit 524fac2

Please sign in to comment.