Skip to content

Commit a45a195

Browse files
authored
Merge pull request #127032 from wonwuakpa-msft/patch-1
Correction of REST API mapping of AzCopy Sync
2 parents 87e0561 + 399463e commit a45a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-reference-azcopy-map-commands-to-rest-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following table shows the operations that are used by each AzCopy command. T
5454
| [azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy) | Copy to another container | [List Blobs](/rest/api/storageservices/list-blobs), and [Copy Blob](/rest/api/storageservices/copy-blob). if --preserve-permissions-true, then [Path - Get Properties](/rest/api/storageservices/datalakestoragegen2/path/get-properties) (Get Access Control List) and [Path - Update](/rest/api/storageservices/datalakestoragegen2/path/update) (Set access control) otherwise, [Get Blob Properties](/rest/api/storageservices/get-blob-properties). |
5555
| [azcopy sync](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_sync) | Update local with changes to container | [List Blobs](/rest/api/storageservices/list-blobs), [Get Blob Properties](/rest/api/storageservices/get-blob-properties), and [Get Blob](/rest/api/storageservices/get-blob) |
5656
| [azcopy sync](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_sync) | Update container with changes to local file system | [List Blobs](/rest/api/storageservices/list-blobs), [Get Blob Properties](/rest/api/storageservices/get-blob-properties), [Path - Update](/rest/api/storageservices/datalakestoragegen2/path/update) (Append), and [Path - Update](/rest/api/storageservices/datalakestoragegen2/path/update) (Flush)|
57-
| [azcopy sync](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_sync) | Synchronize containers | [List Blobs](/rest/api/storageservices/list-blobs), [Get Blob Properties](/rest/api/storageservices/get-blob-properties), and [Copy Blob](/rest/api/storageservices/copy-blob) |
57+
| [azcopy sync](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_sync) | Synchronize containers | [List Blobs](/rest/api/storageservices/list-blobs), [Get Blob Properties](/rest/api/storageservices/get-blob-properties), and [Put Blob From URL](/rest/api/storageservices/put-blob-from-url). Based on object size, could also be [Put Block From URL](/rest/api/storageservices/put-block-from-url) and [Put Block List](/rest/api/storageservices/put-block-list). |
5858
| [azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties) | Set blob tier | Not supported |
5959
| [azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties) | Set metadata | Not supported |
6060
| [azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties) | Set blob tags | Not supported |

0 commit comments

Comments
 (0)