Azure Blob Shell Command
Project description
blob-cli: Azure Blob Shell Command
Overview
Wapper azure-storage-blob for help you operate blob
Operate blob by set environment variables(AZURE_STORAGE_ACCOUNT, AZURE_CONTAINER_NAME, AZURE_ACCESS_KEY)
AZURE_ACCESS_KEY can be Access Key or Shared Access Signature
provide shell commands: blob_list, blob_tier, blob_upload, blob_download, blob_delete
$ export AZURE_STORAGE_ACCOUNT=azureblobcliaccounttest
$ export AZURE_CONTAINER_NAME=azureblobclicontainertest
$ export AZURE_BLOB_KEY=azureblobcliaccounttest_SAS_token
$ blob_list
$ # upload and set archive tier
$ ls -l | awk ‘NR>3{print $9}’ | xargs -n 1 -P 4 -I filename blob_upload -f filename -bf archive_folder -t archive
License
blob-cli is distributed under the MIT license.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blob-cli-0.0.2.tar.gz.
File metadata
- Download URL: blob-cli-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8015ff2d873adc506d5472325f41b28de018873051f97c5ca865599416112cf4
|
|
| MD5 |
dcf5925461d5a66fa5ae1daefb006b61
|
|
| BLAKE2b-256 |
4c5cc11bd2cc943724b146c987c2ce332bcf2c600358116dc824ebc3248bb117
|
File details
Details for the file blob_cli-0.0.2-py3-none-any.whl.
File metadata
- Download URL: blob_cli-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c1a56483e1e48c1bac4e8fe43a1f7e6392fef1b4863a179d224d64c4f9cae05
|
|
| MD5 |
aa7c2bc7c3d1db2c6ca05ff6c803f7e1
|
|
| BLAKE2b-256 |
1b393bc245991da74dbe799bb81fdf646af43a9727528ce4d122ce7d099494df
|