Storage Settings Guide

  Updated May 2026Mewayz

Storage Settings Guide

Learn how to configure and manage storage settings with easy setup instructions.

Introduction

We have 3 types of storage options. “Local”, “Wasabi”, “AWS”. Following is the explanation of how you can set up Wasabi, and AWS in your product.

Wasabi Integration Settings:

Access Wasabi Console:

Navigate to Access Keys:

Create New Access Key:

Copy Keys to Clipboard:

Paste in Text Editor:

Add Credentials to Mewayz:

Verify Authorization:

How to create buckets in Wasabi.

AWS S3 Integration Settings:

Access IAM Console:

Navigate to User Settings:

Select Your IAM User:

Manage Access Keys:

Create Access Key:

Download Credentials:

Permissions

How to Create New Buckets

Policy

{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::your bucket/" } ] }

Add Credentials to Mewayz:

Was this helpful?