eolas/scripts/upload_images_to_s3.sh

7 lines
234 B
Bash
Raw Normal View History

2025-08-13 17:52:33 +01:00
#!/bin/bash
aws --profile garage --endpoint-url https://s3.systemsobscure.net s3 sync "$(pwd)/img/" s3://eolas/
## List current images in bucket:
# aws --profile garage --endpoint-url https://s3.systemsobscure.net s3 ls s3://eolas/