摘要: 1 # 同步阿里云oss文件到aws s3 2 import oss2 3 import boto3 4 import os 5 from boto3.s3.transfer import TransferConfig 6 7 8 9 # 阿里云OSS配置 10 aliyun_access_key_ 阅读全文
posted @ 2024-02-20 14:23 李瑞鑫 阅读(50) 评论(0) 推荐(0) 编辑