audit fixes: error handling, docs consistency, bucket idempotency
Provision server / provision (push) Successful in 12s
Provision server / provision (push) Successful in 12s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user