-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[storage-preview] Azcopy- release blob delete/upload/download commands #587
Conversation
new executables with app id refresh token fix add upload command
# with self.argument_context('storage azcopy blob sync') as c: | ||
# c.argument('destination', options_list=['--destination', '-d'], | ||
# validator=validate_azcopy_container_destination_url) | ||
# c.argument('source', options_list=['--source', '-s']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these are commented out? Not ready or not working?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of: Azure/azure-storage-azcopy#255. When azcopy releases again, we can re-test and add the functionality if it is in a good state.
|
||
# def storage_blob_download_batch(cmd, client, source, destination): | ||
# azcopy = _azcopy_blob_client(cmd, client) | ||
# azcopy.copy(_add_url_sas(source, azcopy.creds.sas_token), destination, flags=['--recursive']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These comments out are because they are not working as well?
Azure#587) * added azcopy and call * abstract azcopy from operating system * implemented basic upload batch for non oauth flow * initial oauth wiring new executables with app id refresh token fix add upload command * add run-command, and cleaned up upload and download code * finished logic for up/downloads and run-command * add 10.0.8 files * simplified upload/download and added delete * small fixes and testing * pylint * fixed test * flake8 * fix bug with python script * add examples for new commands
Migrate subscription to AAZ
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
./scripts/ci/test_static.sh
locally? (pip install pylint flake8
required)python scripts/ci/test_index.py -q
locally?For new extensions: