mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 17:34:57 +01:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
# QingStor services configuration
|
|
|
|
access_key_id: ACCESS_KEY_ID
|
|
secret_access_key: SECRET_ACCESS_KEY
|
|
|
|
host: qingstor.com
|
|
port: 443
|
|
protocol: https
|
|
connection_retries: 3
|
|
|
|
# Additional User-Agent
|
|
additional_user_agent: "test/integration"
|
|
|
|
# Valid log levels are "debug", "info", "warn", "error", and "fatal".
|
|
log_level: debug
|