mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-10 23:32:17 +08:00
add uploader
This commit is contained in:
12
uploader/config.py.example
Normal file
12
uploader/config.py.example
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
qn_access_key = "ACCESS_KEY"
|
||||
qn_secret_key = "SECRET_KEY"
|
||||
qn_bucket_name = "BUCKET_NAME"
|
||||
|
||||
cos_app_id = ""
|
||||
cos_bucket_name = ""
|
||||
cos_secret_id = ""
|
||||
cos_key = ""
|
||||
|
||||
targets = ['/var/www/test.json', '/var/www/test_dir']
|
Reference in New Issue
Block a user