概述
日常工作中经常使用的S3相关的动作,诸如上传Object,携带metadata等,简单做个汇总。
示例代码
#-*-coding:UTF-8-*-
import boto
import boto.s3.connection
imp
2023-06-21