UzJu d1eabcb4c0 AliyunOss
完成阿里云存储桶的利用
2022-03-04 19:16:52 +08:00

18 lines
331 B
Python

#!/usr/bin/python3.8.4 (python版本)
# -*- coding: utf-8 -*-
# @Author : UzJu@菜菜狗
# @Email : UzJuer@163.com
# @Software: PyCharm
# @Time : 2022/2/28 5:18 PM
# @File : conf.py
from fake_useragent import UserAgent
UA = UserAgent(use_cache_server=False)
headers = {
"UserAgent": UA.random
}
AK = ""
SECRET = ""