s3cmd
s3cmdA free command line tool and client for uploading, retrieving and managing data in Amazon S3.
A free command line tool and client for uploading, retrieving and managing data in Amazon S3.
access_keysecret_keyaccess_tokengpg_passphraseThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
gpg_command, ca_certs_file, ssl_client_cert_file, ssl_client_key_file, cache_fileencrypt = Falsegpg_encrypt = %(gpg_command)s -c -q --batch --no-tty --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)sgpg_passphrase = FAKE-passphrase-for-fixturesgpg_command = /opt/homebrew/bin/gpgmachine-localca_certs_file = /opt/homebrew/etc/ca-certificates/cert.pemmachine-localssl_client_cert_file = /Users/octocat/.certs/s3-client.crtmachine-localssl_client_key_file = /Users/octocat/.certs/s3-client.keymachine-localcache_file = /Users/octocat/.cache/s3cmd/filelistmachine-localproxy_host =proxy_port = 0Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. s3cmd writes no caches or state in your home directory.
gpg_commandca_certs_filessl_client_cert_filessl_client_key_filecache_fileencrypt = Falsegpg_encrypt = %(gpg_command)s -c -q --batch --no-tty --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)sgpg_passphrase = FAKE-passphrase-for-fixturesgpg_command = /opt/homebrew/bin/gpgmachine-localca_certs_file = /opt/homebrew/etc/ca-certificates/cert.pemmachine-localssl_client_cert_file = /Users/octocat/.certs/s3-client.crtmachine-localssl_client_key_file = /Users/octocat/.certs/s3-client.keymachine-localcache_file = /Users/octocat/.cache/s3cmd/filelistmachine-localproxy_host =proxy_port = 0Each machine keeps its own copy of these.
access_keysecret_keyaccess_tokengpg_passphraseLifted 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.
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.