mkdir toto && cd toto
az storage blob download-batch --account-name account_name --account-key account_key --source bucket_name --destination . --pattern "*" aws configureaws s3 cp toto s3://bucket_name/folder --recursive --endpoint-url=https://url.netNote:
--acl public-readfor setting public read for all files
aws s3 ls s3://bucket_name/folder --endpoint-url=https://url.net --recursive aws s3 rm s3://bucket_name/folder --endpoint-url=https://url.net --recursiveaws s3api put-object --acl public-read --key test_file.png --body toto/test_file.png --endpoint-url https://url.net --bucket bucket_nameaws s3api get-object --bucket bucket_name --key test_file.png --endpoint-url https://url.net result.json