Linux用AzCopyを使用して私のUbuntuマシンからAzureにサンプルファイルをアップロードしようとしていますが、私が変更した権限/所有権に関係なく、以下のエラーが表示されます。Linux用AzCopyアップロードファイル
$ azcopy --source ../my_pub --destination https://account-name.blob.core.windows.net/mycontainer --dest-key account-key
Incomplete operation with same command line detected at the journal directory "/home/jmis/Microsoft/Azure/AzCopy", do you want to resume the operation? Choose Yes to resume, choose No to overwrite the journal to start a new operation. (Yes/No) Yes
[2017/11/18 22:06:24][ERROR] Error parsing source location "../my_pub": Failed to enumerate directory /home/jmis/my_pub/ with file pattern *. Cannot find the path '/home/jmis/my_pub/'.
私は解決策を見つけるためにインターネットを掘り起こしました。結局私はここで質問をしました。
私はいくつかの任意の文字列を追加してdestキーを改ざんしました。 –