---
title: "Managing S3 Buckets | Hostman Docs"
description: "Change storage size or delete S3 storage buckets easily with Hostman’s intuitive, user-friendly storage management tools."
---

> For the complete documentation index for AI agents, see [llms.txt](https://hostman.com/llms.txt).

## Connecting to a Bucket and Working with Files

The [S3 storage](https://hostman.com/s3-storage/) supports access via the Amazon S3 API and Swift API. You can find the credentials for S3 and Swift in the **Settings** tab in your dashboard.

![E50d9af1 E40d 4dde 83ca 6c5796bcab32](https://content.hostman.com/assets/60d0973f-d771-484a-8fbf-39e38633b039.png?width=1540&height=2028)

You can connect to the storage and manage files (upload, modify, delete) in various ways:

-   You can use an S3 API client. This can be a file manager like Cyberduck or any other tool that supports the S3 protocol, such as S3cmd, Rclone, AWS CLI, S3 Browser, and many more.
    
-   You can implement the connection to the storage in your application’s code using programming language libraries for the S3 protocol.
    
-   You can upload files using the object manager in the dashboard.
    

> [!NOTE]
> The storage supports AWS Signature versions v2 and v4.

To access the files, you can use URLs like: 

```shell
https://s3.hmstorage.net/bucket_name/file_name
```

If the file is located in a directory inside a bucket, the URL will be:

```shell
https://s3.hmstorage.net/bucket_name/directory_name/file_name
```

You can also access files in public buckets using the Virtual-hosted style addressing model, in which case the bucket name is included in the hostname: 

```shell
https://bucket_name.s3.hmstorage.net/file_name
https://bucket_name.s3.hmstorage.net/directory_name/file_name
```

You can also access the bucket through your custom domain by linking it. 

Files in a **public** bucket can be accessed via a browser or another HTTP client by using the file URL.

You can also access files in a **private** bucket through HTTP, but you need to include an additional authentication signature in the request as HTTP headers. For more details, see the description of how to work with [S3](https://hostman.com/products/s3-storage/).

The upload speed for files to or from a bucket is 1 Gbps.

## Changing Storage Size

You can upgrade the bucket plan if you need more storage space. It is not possible to downgrade the plan.

To change the plan: 

1.  Click on the bucket in the dashboard.
    
2.  In the **Settings** tab, click **Change storage size**.
    

![5d5029e7 2e03 4812 9a17 C77d4c1c23d4](https://content.hostman.com/assets/70180069-edde-4551-94db-334c23160789.png?width=1523&height=692)

3.  Select the new plan and save the changes. 
    

The storage space will increase immediately.

## Action History

You can view the actions performed on the bucket in the **History** tab.

![Da1a5cfa Aba2 4042 Aa2d 9181fe92fff2](https://content.hostman.com/assets/7f39635d-22a0-4603-84d3-9874ddffcfc4.png?width=1522&height=697)

The following events are logged:

-   Creating and deleting buckets
-   Changing bucket size
-   Linking domains
-   Issuing SSL certificates
-   Data transfer

## Deleting a Bucket

Deleting a bucket will remove the bucket and all files within it. 

To delete a bucket, click on the three dots next to the bucket in the **S3 Storage** section:

![7e992da0 286d 4fe4 A8e3 299388c0e4d0](https://content.hostman.com/assets/646ba886-b0bb-48f6-b57b-7be3c75bfc1a.png?width=1518&height=684)

Or click the delete icon in the bucket settings:

![849597fb E423 441a 9ac6 E4ca69aeaee6](https://content.hostman.com/assets/52978200-b53b-4e5a-8475-7cacafc619d2.png?width=1535&height=697)

In the popup window, enter the bucket name to confirm deletion.
