audit fixes: error handling, docs consistency, bucket idempotency
Provision server / provision (push) Successful in 12s

This commit is contained in:
2026-03-20 11:28:36 -04:00
parent 6b1e78350f
commit be1ad6b456
8 changed files with 61 additions and 13 deletions
+3 -2
View File
@@ -136,8 +136,9 @@ Media files (images, videos) are stored in Garage and served via nginx at
```bash
# Configure AWS CLI (one-time)
aws configure # key ID, secret key from bws, region: garage
aws configure set default.endpoint_url https://s3.hantim.net
aws configure # key ID, secret key from bws, region: garage, output: json
# Then add to ~/.aws/config under [default]:
# endpoint_url = https://s3.hantim.net
# Upload files
aws s3 cp photo.jpg s3://example.com/photo.jpg