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)

wasabi-cf

# 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 enter image description hereAnd click Create Bucket to finish.

# Create a folder containing images

Click to create a folder, name it images as shown.

# Configure Bucket S3 Wasabienter image description here

Click on the Bucket newly created

enter image description here

Click on settings (gear image).

enter image description here

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

enter image description here

# Get Access Key

Into Access Keys -> Create New Access Key enter image description here

enter image description here

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.

enter image description here

# 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

Edited on

Give me a cup of [coffee]~( ̄▽ ̄)~*

Jhin1m Momopay

Momopay