mirror of
https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
synced 2025-11-05 10:44:04 +00:00
25 lines
646 B
Python
25 lines
646 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
|
||
# }
|
||
"""
|
||
2022年3月6日 16:55
|
||
部分用户反馈该库存在报错的问题,故此目前删除该库
|
||
最开始使用该库是因为想用HTTP的方式实现功能,所以使用了fake_useragent
|
||
现在实现的方式是直接调SDK所以不需要这个Fake_useragent了
|
||
"""
|
||
|
||
AliyunAccessKey_ID = ""
|
||
AliyunAccessKey_Secret = ""
|
||
|