Skip to main content

Advanced command line tool for QingStor.

Project description

qsctl is intended to be an advanced command line tool for QingStor, it provides powerful unix-like commands to let you manage QingStor resources just like files on local machine. Unix-like commands contains: cp, ls, mb, mv, rm, rb, and sync. All of them support batch processing.

Installation

virtualenv:

$ pip install qsctl

System-Wide:

$ sudo pip install qsctl

On Windows systems, run it in a command-prompt window with administrator privileges, and leave out sudo.

Getting Started

To use qsctl, there must be a configuration file , for example:

access_key_id: 'ACCESS_KEY_ID_EXAMPLE'
secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'

The configuration file is ~/.qingstor/config.yaml by default, it also can be specified by the option -c /path/to/config.

You can also config other option like host , port and so on, just add lines below into configuration file, for example:

host: 'qingstor.com'
port: 443
protocol: 'https'
connection_retries: 3
# Valid levels are 'debug', 'info', 'warn', 'error', and 'fatal'.
log_level: 'debug'

Available Commands

Commands supported by qsctl are listed below:

ls

List QingStor keys under a prefix or all QingStor buckets.

cp

Copy local file(s) to QingStor or QingStor key(s) to local.

mb

Create a QingStor bucket.

rb

Delete an empty QingStor bucket or forcibly delete nonempty QingStor bucket.

mv

Move local file(s) to QingStor or QingStor key(s) to local.

rm

Delete a QingStor key or keys under a prefix.

sync

Sync between local directory and QingStor prefix.

presign

Generate a pre-signed URL for an object.

Examples

List keys in bucket <mybucket> by running:

$ qsctl ls qs://mybucket
Directory                          test/
2016-04-03 11:16:04     4 Bytes    test1.txt
2016-04-03 11:16:04     4 Bytes    test2.txt

Sync from QingStor prefix to local directory:

$ qsctl sync qs://mybucket3/test/ test/
File 'test/README.md' written
File 'test/commands.py' written

See the detailed usage and more examples with ‘qsctl help’ or ‘qsctl <command> help’.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qsctl-1.7.7.tar.gz (30.3 kB view details)

Uploaded Source

File details

Details for the file qsctl-1.7.7.tar.gz.

File metadata

  • Download URL: qsctl-1.7.7.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for qsctl-1.7.7.tar.gz
Algorithm Hash digest
SHA256 3c0ea8ec9f5d5c69256a6b0830a9bfd253d9f14ba7c9475bb3600f780cfc40ab
MD5 01746507b015ad1c6abec745a7237b49
BLAKE2b-256 f2f8de503b3bbcb0b7739344fd5a82b12e62f0e5876bc42e3d557d926d5c2f54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page