Download Azure blobs.
Project description
Azure Blob
One-line CLI to download from Azure blob storage. Supports private blobs.
Installation
To install:
$ pip install azblob
CLI
Download blob (and authentication illustration)
Anonymous access, account name from command line
$ azblob -n account_url download my_container my_blob
where account_url
is e.g. https://<storage name>.blob.core.windows.net
Anonymous access, account name from environment
$ export AZBLOB_ACCOUNTNAME=account_url
$ azblob download my_container my_blob
Private container, credentials from command line
$ azblob -n account_url -k my_key download my_container my_blob
Private container, credentials from environment
$ export AZBLOB_ACCOUNTNAME=account_url
$ export AZBLOB_ACCOUNTKEY=my_key
$ azblob download my_container my_blob
List blobs
Same authentication mechanism. List blobs in my_container
azblob list my_container
and, as always
$ azblob -h
$ azblob download -h
$ azblob list -h
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azblob-1.0.0.tar.gz
(3.3 kB
view details)
File details
Details for the file azblob-1.0.0.tar.gz
.
File metadata
- Download URL: azblob-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da1333e4999252efec79bf84c917ea36f43864a14ed1ad89aa62f40421f86584 |
|
MD5 | 24e5182b0be65093b989629ae5c5ac02 |
|
BLAKE2b-256 | 3b2ab06f09bc306dfa086e747f87d215e2ac233b6694759bdb3fd6b09b0e2be3 |