---
title: "2—Creating a Bucket for Wasabi With Dell ObjectScale"
slug: "2-creating-a-bucket-for-wasabi-with-dell-objectscale"
updated: 2026-01-14T15:01:04Z
published: 2026-01-14T15:01:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2—Creating a Bucket for Wasabi With Dell ObjectScale

## Objectives

- 1—Access Wasabi With Dell ObjectScale.****
- **2—Create a bucket for Wasabi With Dell ObjectScale.**
- 3—Create a new user and attach a policy for Wasabi With Dell ObjectScale.

There are a number of service URLs that you may need when using Wasabi. They are listed in [Wasabi With Dell ObjectScale Service URL Endpoints](https://docs.wasabi.com/docs/what-are-the-wasabi-with-dell-objectscale-service-url-endpoints).

Your Welcome email (titled “Your Wasabi With Dell ObjectScale Account is Activated”) includes your service URL, which you will need in this procedure. You will use either of these:

- http://s3.[region]-dell-obs.wasabisys.com:9020
- https://s3.[region]-dell-obs.wasabisys.com:9021

Using Postman, you can send a request to one of these endpoints. When you create a new request and click **Send**, the API response returns directly in Postman. To organize and group your requests for easier access, [create your first Postman collection](https://learning.postman.com/docs/getting-started/first-steps/creating-the-first-collection/).

1. Add a new request and assign a name, for example, *Create Bucket*.
2. Configure the following:

Be sure to click **Save**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1739892776446.png)
  - Method—PUT
  - URL—https://s3.us-east-1-dell-obs.wasabisys.com:9021/{{bucketname}}
  - Bucket Name—The desired bucket name, replacing {{bucketname}} in the URL path
3. On the Authorization tab, configure:

Be sure to click **Save**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1739892981906.png)
  - Auth Type—AWS Signature
  - Add auth data to—Request Headers
  - AccessKey and SecretKey—The IAM access credentials that you created above
4. Click **Send**to submit the request to create your bucket. You will receive a 200 response, indicating the bucket was created successfully.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1739893139064.png)
5. To validate, create a new request to get the bucket details:

Be sure to click **Save**.
  - Method—GET
  - URL—https://s3.us-east-1-dell-obs.wasabisys.com:9021/{{bucketname}}
6. Click **Send**to submit the request to get your bucket. You will receive a 200-response along with the details of the bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1739893287396.png)

## Objectives Met!

- 1—Access Wasabi With Dell ObjectScale.
- 2—Create a bucket for Wasabi With Dell ObjectScale.
- [**3—Create a new user and attach a policy for Wasabi With Dell ObjectScale.**](https://docs.wasabi.com/docs/3-creating-a-new-user-and-attaching-a-policy)
