How to configure Wasabi S3 Bucket?
Last update: 20/Mar/2023
First of all, Goto the following url to see how to create an Wasabi S3 bucket and generate S3 Key and secret key.
Click here
You will get a WAS_ACCESS_KEY_ID, WAS_SECRET_ACCESS_KEY, WAS_DEFAULT_REGION and WAS_BUCKET.
Login to your cpanel or any control panel and goto file manager.
PROJECT-ROOT/.env
you can find the .env
file. Open the file and update the values like,
WAS_ENABLE=on
WAS_ACCESS_KEY_ID=xxxxxxxxxxxxx
WAS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxx
WAS_DEFAULT_REGION=YOUR_BUCKET_REGION
WAS_BUCKET=YOUR_BUCKET_NAME
WAS_ENDPOINT=https://s3.YOUR_BUCKET_REGION.wasabisys.com
That's it.