Before you start
You need a bucket and a credential. A bucket is a tape that has delegated writes to the gateway, and a credential is an access key pair the gateway operator issues you. Set up a bucket walks through both.Configure
Add a remote to your rclone config:~/.config/rclone/rclone.conf
Everyday commands
Good to know
- Do not pass
--checksum. ETags here are not MD5 hashes, so rclone silently compares sizes instead and misses a changed file of the same length. rclone checkcompares sizes and warns that hashes could not be checked. That warning is expected.- rclone re-sends every file on every sync, because the gateway does not store modification times. The gateway ignores unchanged content, so a repeat sync costs nothing on chain.
rclone mkdirreports success but creates nothing. Buckets are created withtape create.rclone lsdshows 1970 as the bucket date, because buckets have no creation date.
Next
- Hosting a Static Site for deploying a website.
- Integrations for the errors every S3 client shares.