You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Perform a dry run |[List Blobs](/rest/api/storageservices/list-blobs)|
29
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Copy from Amazon S3|[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). |
30
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Copy from Google Cloud Storage |[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). |
31
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Copy to another container |[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). |
32
-
|[azcopy sync](../common/storage-ref-azcopy-sync.md?toc=/azure/storage/blobs/toc.json)| 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)|
33
-
|[azcopy sync](../common/storage-ref-azcopy-sync.md?toc=/azure/storage/blobs/toc.json)| Update container with changes to local file system |[List Blobs](/rest/api/storageservices/list-blobs), [Get Blob Properties](/rest/api/storageservices/get-blob-properties), [Put Block](/rest/api/storageservices/put-block-list), and [Put Block List](/rest/api/storageservices/put-block-list). Possibly [Put Blob](/rest/api/storageservices/put-blob) based on object size. |
34
-
|[azcopy sync](../common/storage-ref-azcopy-sync.md?toc=/azure/storage/blobs/toc.json)| 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). |
35
-
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set blob tier |[Set Blob Tier](/rest/api/storageservices/set-blob-tier) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
36
-
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set metadata |[Set Blob Metadata](/rest/api/storageservices/set-blob-metadata) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
37
-
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set blob tags |[Set Blob Tags](/rest/api/storageservices/set-blob-tags) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
38
-
|[azcopy list](../common/storage-ref-azcopy-list.md?toc=/azure/storage/blobs/toc.json)| List blobs in a container|[List Blobs](/rest/api/storageservices/list-blobs)|
39
-
|[azcopy make](../common/storage-ref-azcopy-make.md?toc=/azure/storage/blobs/toc.json)| Create a container |[Create Container](/rest/api/storageservices/create-container)|
40
-
|[azcopy remove](../common/storage-ref-azcopy-remove.md?toc=/azure/storage/blobs/toc.json)| Delete a container |[Delete Container](/rest/api/storageservices/delete-container)|
41
-
|[azcopy remove](../common/storage-ref-azcopy-remove.md?toc=/azure/storage/blobs/toc.json)| Delete a blob |[Get Blob Properties](/rest/api/storageservices/get-blob-properties). [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory), and [Delete Blob](/rest/api/storageservices/delete-blob)|
24
+
|[azcopy bench](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_bench)| Upload |[Put Block](/rest/api/storageservices/put-block-list) and [Put Block List](/rest/api/storageservices/put-block-list). Possibly [Put Blob](/rest/api/storageservices/put-blob) based on object size.|
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Perform a dry run |[List Blobs](/rest/api/storageservices/list-blobs)|
29
+
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Copy from Amazon S3|[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). |
30
+
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Copy from Google Cloud Storage |[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). |
31
+
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Copy to another container |[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). |
32
+
|[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)|
33
+
|[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), [Put Block](/rest/api/storageservices/put-block-list), and [Put Block List](/rest/api/storageservices/put-block-list). Possibly [Put Blob](/rest/api/storageservices/put-blob) based on object size. |
34
+
|[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). |
35
+
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set blob tier |[Set Blob Tier](/rest/api/storageservices/set-blob-tier) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
36
+
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set metadata |[Set Blob Metadata](/rest/api/storageservices/set-blob-metadata) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
37
+
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set blob tags |[Set Blob Tags](/rest/api/storageservices/set-blob-tags) and [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory) |
38
+
|[azcopy list](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_list)| List blobs in a container|[List Blobs](/rest/api/storageservices/list-blobs)|
39
+
|[azcopy make](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_make)| Create a container |[Create Container](/rest/api/storageservices/create-container)|
40
+
|[azcopy remove](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_jobs_remove)| Delete a container |[Delete Container](/rest/api/storageservices/delete-container)|
41
+
|[azcopy remove](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_jobs_remove)| Delete a blob |[Get Blob Properties](/rest/api/storageservices/get-blob-properties). [List Blobs](/rest/api/storageservices/list-blobs) (if targeting a virtual directory), and [Delete Blob](/rest/api/storageservices/delete-blob)|
42
42
43
43
### Commands that target the Data Lake Storage endpoint
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Perform a dry run |[List Blobs](/rest/api/storageservices/list-blobs)|
52
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Copy from Amazon S3| Not supported |
53
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| Copy from Google Cloud Storage | Not supported |
54
-
|[azcopy copy](../common/storage-ref-azcopy-copy.md?toc=/azure/storage/blobs/toc.json)| 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). |
55
-
|[azcopy sync](../common/storage-ref-azcopy-sync.md?toc=/azure/storage/blobs/toc.json)| 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)|
56
-
|[azcopy sync](../common/storage-ref-azcopy-sync.md?toc=/azure/storage/blobs/toc.json)| 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)|
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set blob tier | Not supported |
59
-
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set metadata | Not supported |
60
-
|[azcopy set-properties](../common/storage-ref-azcopy-set-properties.md?toc=/azure/storage/blobs/toc.json)| Set blob tags | Not supported |
61
-
|[azcopy list](../common/storage-ref-azcopy-list.md?toc=/azure/storage/blobs/toc.json)| List blobs in a container|[List Blobs](/rest/api/storageservices/list-blobs)|
62
-
|[azcopy make](../common/storage-ref-azcopy-make.md?toc=/azure/storage/blobs/toc.json)| Create a container |[Filesystem - Create](/rest/api/storageservices/datalakestoragegen2/filesystem/create)|
63
-
|[azcopy remove](../common/storage-ref-azcopy-remove.md?toc=/azure/storage/blobs/toc.json)| Delete a container |[Filesystem - Delete](/rest/api/storageservices/datalakestoragegen2/filesystem/delete)|
64
-
|[azcopy remove](../common/storage-ref-azcopy-remove.md?toc=/azure/storage/blobs/toc.json)| Delete a blob |[Filesystem - Delete](/rest/api/storageservices/datalakestoragegen2/filesystem/delete)|
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Perform a dry run |[List Blobs](/rest/api/storageservices/list-blobs)|
52
+
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Copy from Amazon S3| Not supported |
53
+
|[azcopy copy](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy)| Copy from Google Cloud Storage | Not supported |
54
+
|[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). |
55
+
|[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)|
56
+
|[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)|
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set blob tier | Not supported |
59
+
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set metadata | Not supported |
60
+
|[azcopy set-properties](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_set-properties)| Set blob tags | Not supported |
61
+
|[azcopy list](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_list)| List blobs in a container|[List Blobs](/rest/api/storageservices/list-blobs)|
62
+
|[azcopy make](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_make)| Create a container |[Filesystem - Create](/rest/api/storageservices/datalakestoragegen2/filesystem/create)|
63
+
|[azcopy remove](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_jobs_remove)| Delete a container |[Filesystem - Delete](/rest/api/storageservices/datalakestoragegen2/filesystem/delete)|
64
+
|[azcopy remove](https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_jobs_remove)| Delete a blob |[Filesystem - Delete](/rest/api/storageservices/datalakestoragegen2/filesystem/delete)|
0 commit comments