Skip to main content

通用数据上传工具

Project description

提供基本的数据上传功能

  • 通过ssh上传数据到服务器
  • 通过s3上传数据到亚马逊云
  • 通过oss上传数据到阿里云
    • 默认使用分片上传模式

安装

# 初始化环境,如通过conda初始化python>=3.8的环境
conda create -n python3.8 python=3.8

# 安装依赖包
pip install click oss2 icecream
# 安装
pip install -i https://test.pypi.org/simple/ Yucebio-Uploader

使用&配置

# 查看使用方式
yucebio_upload --help

# 配置: 配置阿里云,亚马逊云
yucebio_upload -b ali -c
# 依次配置 access_key_id, access_key_secret, region, bucket

# 使用: 上传本地文件到远端
yucebio_upload -b ali <本地文件> <远端文件目录或文件名>

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Yucebio_Uploader-0.1.1-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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