This is Wasabi and Cloudflare integration guide
# Note:
The information in red is important information, so save it to avoid loss.
(Bucket Name, Endpoint , Access Key and Secret Key)
# Setup Bucket S3 Wasabi
Click on Create Bucket
Bucket Name: to sub domain of main domain
Select Region: Select Region as close to server as possible, then copy and save url region, that is Endpoint
Click Next repeatedly, go to Step 3 And click Create Bucket to finish.
# Create a folder containing images
Click to create a folder, name it images as shown.
# Configure Bucket S3 Wasabi![enter image description here]()
Click on the Bucket newly created
Click on settings (gear image).
Copy the code below
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "PublicRead", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "*" | |
}, | |
"Action": [ | |
"s3:GetObject", | |
"s3:GetObjectVersion" | |
], | |
"Resource": "arn:aws:s3:::my.mydomain.com/*" | |
} | |
] | |
} |
Then go to the POLICIES
Paste the Policies , remember to replace my.mydomain.com with your sub domain, then Save again
# Get Access Key
Into Access Keys -> Create New Access Key
Click Show in Secret Key to display Key Save 2 important information Access Key and Secret Key to S3 Wasabi
Add 1 CNAME as follows:
Name: enter subdomain (eg: want subdomain to be cdn. mydomain.com, just enter cdn) Target: enter the url endpoint when creating the bucket
Then click Save.
# Required Information
To connect to S3 Wasabi, you need the following
Bucket Name: cdn.mydomain.com (bucket Name is also sub domain)
Endpoint: https://ap-southeast-1.wasabisys.com ( Endpoint taken from url region in step 1)
Access Key: PSENEVL40B513GQRAUXA
Secret Key: aSvu9YjHbMjsBytyaJ1KtvO4LyCCcq1G48Oz0bXu