From 524fac2eb973ef1e6d93a53e9eb3044e3eea42d6 Mon Sep 17 00:00:00 2001 From: normesta Date: Tue, 9 Mar 2021 10:08:47 -0800 Subject: [PATCH] Some final fixes --- articles/storage/common/storage-use-azcopy-google-cloud.md | 6 ++---- articles/storage/common/storage-use-azcopy-s3.md | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/articles/storage/common/storage-use-azcopy-google-cloud.md b/articles/storage/common/storage-use-azcopy-google-cloud.md index 7ce68ea16baaa..80f2bbf64cfa9 100644 --- a/articles/storage/common/storage-use-azcopy-google-cloud.md +++ b/articles/storage/common/storage-use-azcopy-google-cloud.md @@ -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 --- @@ -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://.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 @@ -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) diff --git a/articles/storage/common/storage-use-azcopy-s3.md b/articles/storage/common/storage-use-azcopy-s3.md index fe82afe682152..faecf5cce508f 100644 --- a/articles/storage/common/storage-use-azcopy-s3.md +++ b/articles/storage/common/storage-use-azcopy-s3.md @@ -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)