Remote storage
pond stores data locally by default ($XDG_DATA_HOME/pond). To use an S3-compatible bucket (Hetzner, R2, B2, MinIO, AWS): add credentials, probe, copy, switch. Your local data is never modified - it stays as a backup.
Add credentials
pond creds add # set name (default), access key, hidden secretWrites a [creds.<name>] block to config.toml. A scope-less default set matches any URL.
Probe (gate)
pond storage check s3+https://nbg1.your-objectstorage.com/my-pondParses, resolves creds, runs a conditional put, reads back, deletes. Exit 0 = usable. See Exit codes.
URL forms
s3+https://host/bucket carries endpoint + bucket in one URL (any S3-compatible store); append /prefix for a subpath. s3://, gs://, az:// use the ambient cloud SDK credential chain when no creds set matches.
No config file
POND_STORAGE_PATH + POND_CREDS_DEFAULT_* is a complete configuration - handy for containers and CI.
