-
Notifications
You must be signed in to change notification settings - Fork 1k
How do I use the AWS S3 plugin with Wasabi
Daniel Neto edited this page Apr 15, 2025
·
2 revisions
Although this plugin is designed specifically for AWS S3, it can also work with other S3-compatible services such as Wasabi, Backblaze, or similar.
To use Wasabi with this plugin, fill in the fields as follows:
-
region
→us-east-1
(recommended default) -
profile
→ Leave this field blank -
endpoint
→ Use the correct endpoint based on your chosen Wasabi region:
Wasabi Region | Endpoint URL |
---|---|
us-east-1 |
https://s3.wasabisys.com |
us-east-2 |
https://s3.us-east-2.wasabisys.com |
us-west-1 |
https://s3.us-west-1.wasabisys.com |
eu-central-1 |
https://s3.eu-central-1.wasabisys.com |
These values are necessary because Wasabi requires an explicit endpoint
, unlike AWS where the plugin can infer it from the region.
✅ Other fields like bucket_name
, key
, and secret
should be filled as usual.
For more details on Wasabi setup, refer to this guide:
👉 How do I use the AWS S3 plugin with Wasabi