Created
October 4, 2025 11:03
-
-
Save jonashaag/b92f443df9c78f218931cd636aa6fa6a to your computer and use it in GitHub Desktop.
MinIO client copy from Scaleway to Hetzner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWS_REGION=fr-par mc alias set src https://s3.fr-par.scw.cloud <key> <secret> | |
| AWS_REGION=fsn1 mc alias set dst https://fsn1.your-objectstorage.com <key> <secret> | |
| MINIO_REGION=fsn1 AWS_REGION=fr-par mc mirror src/<src-bucket> dst/<dst-bucket> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment