title: “s3cmd –configure”
date: 2022-02-17T16:06:12
slug: s3cmd-configure
New settings:
Access Key: 39fd11fd00c94e1e9c7662f13310ab08
Secret Key: f0e03538e2d24d0cb12442c9f1dcc59f
Default Region: US
S3 Endpoint: object-store.fra.cloud.inovex.io
DNS-style bucket+hostname:port template for accessing a bucket: object-store.fra.cloud.inovex.io/%(bucket)
Encryption password:
Path to GPG program: /usr/bin/gpg
Use HTTPS protocol: True
HTTP Proxy server name:
HTTP Proxy server port: 0
$ cat /home/thomas/.s3cfg
[default]
access\_key = 39fd11fd00c94e1e9c7662f13310ab08
access\_token =
add\_encoding\_exts =
add\_headers =
bucket\_location = US
ca\_certs\_file =
cache\_file =
check\_ssl\_certificate = True
check\_ssl\_hostname = True
cloudfront\_host = cloudfront.amazonaws.com
content\_disposition =
content\_type =
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
expiry\_date =
expiry\_days =
expiry\_prefix =
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 = object-store.fra.cloud.inovex.io
host\_bucket = object-store.fra.cloud.inovex.io/%(bucket)
human\_readable\_sizes = False
invalidate\_default\_index\_on\_cf = False
invalidate\_default\_index\_root\_on\_cf = True
invalidate\_on\_cf = False
kms\_key =
limit = -1
limitrate = 0
list\_md5 = False
log\_target\_prefix =
long\_listing = False
max\_delete = -1
mime\_type =
multipart\_chunk\_size\_mb = 15
multipart\_max\_chunks = 10000
preserve\_attrs = True
progress\_meter = True
proxy\_host =
proxy\_port = 0
put\_continue = False
recursive = False
recv\_chunk = 65536
reduced\_redundancy = False
requester\_pays = False
restore\_days = 1
restore\_priority = Standard
secret\_key = f0e03538e2d24d0cb12442c9f1dcc59f
send\_chunk = 65536
server\_side\_encryption = False
signature\_v2 = False
signurl\_use\_https = False
simpledb\_host = sdb.amazonaws.com
skip\_existing = False
socket\_timeout = 300
stats = False
stop\_on\_error = False
storage\_class =
throttle\_max = 100
upload\_id =
urlencoding\_mode = normal
use\_http\_expect = False
use\_https = True
use\_mime\_magic = True
verbosity = WARNING
website\_endpoint = http://%(bucket)s.s3-website-%(location)s.amazonaws.com/
website\_error =
website\_index = index.html