0

Suppose I do this operation between storage accounts:

AzCopy /Source:https://sourceaccount.blob.core.windows.net/mycontainer1 /Dest:https://destaccount.blob.core.windows.net/mycontainer2 /SourceKey:key1 /DestKey:key2 /Pattern:abc.txt

In mycontainer1 I have permission "Blob ..", but in mycontainer2 the permission becomes "Private ..." . Is there a way to prevent this to happen / force the same permission on the "new" container?

4

1 回答 1

1

AzCopy 不支持这一点。它专为传输 blob/文件而设计。您需要自己重新配置目标容器的权限。

于 2016-07-20T12:10:31.773 回答