腾讯云对象存储库,支持命令行
Project description
腾讯云对象存储库,支持命令行
安装
通过pip安装:
pip install qcos
配置
使用官方的 命令行工具CLI 配置secret_id, scret_key
代码中使用
参照源码,比较简单, 调用方式:
from qcos import Client client = Client(secret_id, secret_key, region, bucket) # 根据路径上传 client.put_local('a.txt', local_path) # 直接上传内容 client.put_object('a.txt', data='content') # 检查文件是否存在 client.head_object('a.txt')
命令行
格式:
qcos 本地文件夹 region bucket cos文件夹路径
比如:
qcos ./build ap-beijing testbucket-10000 /
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
qcos-2.3.4.tar.gz
(5.1 kB
view details)
Built Distribution
qcos-2.3.4-py3-none-any.whl
(6.5 kB
view details)
File details
Details for the file qcos-2.3.4.tar.gz
.
File metadata
- Download URL: qcos-2.3.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f92110a5cef00e9cf996ce3e32e7690aacfd1cff0fc6f734f4a184005222a01a |
|
MD5 | 130ddf15b1e632b96908ca8d9999f249 |
|
BLAKE2b-256 | c86260b10480be3e69fda292b5c245054efa89e31184c7b2439cb9529b9883c9 |
File details
Details for the file qcos-2.3.4-py3-none-any.whl
.
File metadata
- Download URL: qcos-2.3.4-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a868075e9b2919355deb02b3b8efde66365ab1ae837b3152aeed65f2e7339af9 |
|
MD5 | e112e04d7612a542dcec9c83dcfe46e4 |
|
BLAKE2b-256 | b0978466db4a18bb6095d114fb32eba37c30e69bab0e642bee68e0efc3e85042 |