Last active
December 31, 2018 16:39
-
-
Save riipandi/ca6ed871fca9b5f9a5f1299b82a0218c to your computer and use it in GitHub Desktop.
Example default configuration file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[default] | |
access_key = xxxxxxxxxxxxxxxx | |
access_token = | |
bucket_location = US | |
check_ssl_certificate = True | |
check_ssl_hostname = True | |
default_mime_type = binary/octet-stream | |
delay_updates = False | |
delete_after = False | |
delete_after_fetch = False | |
delete_removed = False | |
dry_run = False | |
enable_multipart = True | |
encoding = UTF-8 | |
encrypt = False | |
follow_symlinks = False | |
force = False | |
get_continue = False | |
gpg_command = /usr/bin/gpg | |
gpg_decrypt = %(gpg_command)s -d --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s | |
gpg_encrypt = %(gpg_command)s -c --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s | |
gpg_passphrase = | |
guess_mime_type = True | |
host_base = digitaloceanspaces.com | |
host_bucket = %(bucket)s.sgp1.digitaloceanspaces.com | |
human_readable_sizes = True | |
invalidate_default_index_on_cf = False | |
invalidate_default_index_root_on_cf = True | |
invalidate_on_cf = False | |
limitrate = 0 | |
list_md5 = False | |
long_listing = False | |
max_delete = -1 | |
multipart_chunk_size_mb = 15 | |
multipart_max_chunks = 10000 | |
preserve_attrs = True | |
progress_meter = True | |
put_continue = False | |
recursive = False | |
recv_chunk = 65536 | |
reduced_redundancy = False | |
requester_pays = False | |
restore_days = 1 | |
secret_key = xxxxxxxxxxxxxxxx | |
send_chunk = 65536 | |
server_side_encryption = False | |
signature_v2 = False | |
skip_existing = False | |
socket_timeout = 300 | |
stats = False | |
stop_on_error = False | |
urlencoding_mode = normal | |
use_https = True | |
use_mime_magic = True | |
verbosity = WARNING | |
website_endpoint = https://%(bucket)s.sgp1.digitaloceanspaces.com/ | |
website_index = index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment