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 to configure your own qy_access_key_id, qy_secret_access_key, and zone, for example:

qy_access_key_id: 'QINGCLOUDACCESSKEYID'
qy_secret_access_key: 'QINGCLOUDSECRETACCESSKEYEXAMPLE'
zone: 'pek3a'

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

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 keys(s) to local.

rm

Delete a qingstor key or keys under a prefix.

sync

Sync between local directory and qingstor prefix.

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

testqsctl-1.4.tar.gz (22.1 kB view details)

Uploaded Source

File details

Details for the file testqsctl-1.4.tar.gz.

File metadata

  • Download URL: testqsctl-1.4.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for testqsctl-1.4.tar.gz
Algorithm Hash digest
SHA256 e19c1f7ad3450be92779d55927e0a457616748b825632c11c66bd5822faa0032
MD5 91abc6ac487f41c1df3e3c5c6baa6f0d
BLAKE2b-256 501601b5821eba6fbfd03a48b128dbf40a444d75dd63ad2df7def8c36d989128

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