摘要: import oss2 # 用户授权 auth = oss2.Auth('accessId', 'accessKey')# oss bucket bucket = oss2.Bucket(auth, 'http://oss-cn-beijing.aliyuncs.com', 'bucketname') count = 1 for b in oss2.ObjectIterator(bucket)... 阅读全文
posted @ 2016-03-18 15:05 sulerzh 阅读(694) 评论(0) 推荐(0) 编辑