Overview
Wasabi S3 (Simple Storage Service) is enterprise-level storage that uses "buckets" and "objects" to store files. It supports all Power-user features, except Web Catalogs.
Setup
Here are the steps for giving access to Connecter for a Bucket:
- First, you need to create a Bucket.
- Then, create a Policy. You can copy and paste this policy and modify the name of the Bucket in the “Resources” section and the “Sid”:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAccessToBucketConnecterStorage",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetObject",
"s3:GetObjectAcl",
"s3:DeleteObject",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::connecter-storage",
"arn:aws:s3:::connecter-storage/*"
]
}
]
}
- Create a User for Connecter and assign the policy that you created on step three “Policies.”
- You’ll need to create User Access Keys for this user. When you create the key, a dialog showing you the key with two options – Download CSV and Copy Keys To Clipboard – will appear. Select the option that is convenient for you. You’ll need those keys later when you set up the storage in Connecter’s Team Portal.
- Set up a storage provider for Wasabi at Connecter Suite Team Portal with the Access Key, Secret Access Key, Bucket Name, and the Wasabi region where the Bucket is created.