zl程序教程

您现在的位置是:首页 >  Python

当前栏目

python中s3cmd是什么?

2023-03-20 15:26:08 时间

python中s3cmd是什么? 

本文教程操作环境:windows7系统、Python 3.9.1,DELL G3电脑。

简单介绍:

可以实现使用s3对象存储

安装方式:

yum install s3cmd

配置:

s3cmd --configure

封装:

root@ubuntu:~/temp# which s3cmd /usr/bin/s3cmdroot@ubuntu

使用方式:

s3cmd ls

输出结果:

hostname$ s3cmd ls 2020-04-10 10:47 s3://qiya-bucket-1

现在都应该掌握s3cmd了吧,使用方式还是给常简单的,希望大家可以通过上述文章内容掌握了解。