Wasabi with Dell ObjectScale is a cloud-based deployment of Dell ObjectScale that is hosted by Wasabi. This article provides the essential S3 API configurations needed to create your first bucket. For more advanced API documentation, refer to the Dell API Guide.
Prerequisites
- Wasabi with Dell ObjectScale account
- Account access credentials (Access Key and Secret Key)
Data Access Management
Each Wasabi with Dell ObjectScale account comes with a Root IAM user, who has full ownership of all S3 resources within the namespace. By default, Wasabi provides the Root user's Access Key and Secret Key in the "Welcome" email upon account provisioning.
S3 Service URLs
Refer to Wasabi With Dell ObjectScale Service URL Endpoints.
Creating a Bucket With Postman
These steps install Postman and set up your first bucket.
- Download and install Postman on your PC from https://www.postman.com/downloads/
- Open Postman.
- Reset your Access Key and Secret Key with Postman. To do so, list the keys that were sent to you from Wasabi in a "Welcome" email, create new keys, and delete (for security) the "Welcome" email keys, as described below.
List the access keys sent to you in the Wasabi "Welcome" email:
Create new keys using the keys Wasabi recently sent to you:
Delete the original "Welcome" email access keys: - Create your first Postman collection (to group your requests).
- Add a new request and assign a name (for example, Create Bucket).
- Configure the following.
Method: PUT
URL: https://s3.us-east-1-dell-obs.wasabisys.com:9021/{{bucketname}}
Bucket Name: Enter the desired bucket name replacing {{bucketname}} in the URL path.
Be sure to click Save. - On the Authorization tab, configure:
Auth Type: AWS Signature
Add auth data to: Request Headers
AccessKey and SecretKey: Use the IAM access credentials that you created in Step 3 above.
Be sure to click Save. - Click Send to submit the request to create your bucket. You will receive a 200 response, indicating the bucket was created successfully.
- To validate, create a new request to get the bucket details:
Method: GET
URL: https://s3.us-east-1-dell-obs.wasabisys.com:9021/{{bucketname}}
Be sure to click Save. - Click Send to submit the request to get your bucket. You will receive a 200-response along with the details of the bucket.
Creating a New User and Attaching a Policy
- Create a new user. For example:
- Attach a policy:
For a list of predefined policies, refer to Policies in Wasabi Hot Cloud Storage.
Additional Information
Data access management tools include:
Guides and articles for use with Dell products are: