All tools/s3cmd

s3cmd

s3cmd

A free command line tool and client for uploading, retrieving and managing data in Amazon S3.

Detected by s3cmd | macOS, Linux, Windows |s3tools.org

Sync rules

What travels, what stays, what never leaves
s3cmd in your home directory Every rule on this page, by file
encrypt = False
gpg_encrypt = %(gpg_command)s -c -q --batch --no-tty --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
gpg_passphrase = FAKE-passphrase-for-fixtures
gpg_command = /opt/homebrew/bin/gpgmachine-local
ca_certs_file = /opt/homebrew/etc/ca-certificates/cert.pemmachine-local
ssl_client_cert_file = /Users/octocat/.certs/s3-client.crtmachine-local
ssl_client_key_file = /Users/octocat/.certs/s3-client.keymachine-local
cache_file = /Users/octocat/.cache/s3cmd/filelistmachine-local
proxy_host =
proxy_port = 0

Each machine keeps its own copy of these.

access_keysecret_keyaccess_tokengpg_passphrase

Lifted into your secret store; the rest of the file syncs.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/s3cmd. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits gpg_command and ca_certs_file for you — that part is Otty’s own sync, or a template you write by hand.