Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossibility to scan a directory in a public storage account #971

Closed
NicolasDorier opened this issue Apr 21, 2020 · 2 comments · Fixed by #1165
Closed

Impossibility to scan a directory in a public storage account #971

NicolasDorier opened this issue Apr 21, 2020 · 2 comments · Fixed by #1165
Assignees
Milestone

Comments

@NicolasDorier
Copy link

NicolasDorier commented Apr 21, 2020

My account is public.

./azcopy cp "https://$AZURE_ACCOUNT_NAME.blob.core.windows.net/$AZURE_STORAGE_CONTAINER/$DIRECTORY_NAME/*" "dist"
INFO: Scanning...

failed to perform copy command due to error: no SAS token or OAuth token is present and the resource is not public

Version azcopy version 10.4.0.

It worked long ago... unsure when it got broken.

How to reproduce

This works:
https://btcpayservertravis.blob.core.windows.net/dist?prefix=dist-618031009&restype=container&comp=list

This does not work:

./azcopy cp "https://btcpayservertravis.blob.core.windows.net/dist/dist-618031009/*" "dist"
NicolasDorier added a commit to btcpayserver/BTCPayServer.Vault that referenced this issue Apr 21, 2020
@JohnRusk
Copy link
Member

Thanks for logging this.

@nakulkar-msft
Copy link
Contributor

Fixed in 10.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants