10.0.4-Preview
Windows
copy
This newer (and awesome) AzCopy allows SAS tokens and OAuth for authentication. The old AzCopy also allowed keys. Can we add key support? This makes it easier for people outside of your tenant to upload files.
No
Hopefully the key support could be added!
Also for storage emulator this is important
Hi @brettrowberry @amsword @MateuszBogdan, thanks for reaching out!
Initially, we didn't implement Shared Key authentication because of security concerns; passing around account credentials that have admin privileges is really not a good idea in general, especially when a lot of users leverage AzCopy for scripting purposes. In addition, this form of authentication is not performant, as it requires a certain amount of computation for every request.
Nevertheless, I see that there's still a need for Shared Key in some scenarios, as @MateuszBogdan has suggested. I'll bring up your suggestion with the Team. Thank you!
After doing a lot of testing with SAS tokens, I don't think keys are actually necessary. I agree that they are a security concern. I would actually prefer this not be implemented.