S3 Browser
S3 Browser is a graphical interface for managing S3-compatible storage on Windows, similar in functionality to FTP clients.
You can download the latest version of S3 Browser from the developer's website.
Configuration Copy link
To connect to the storage, you will need the S3 Parameters available in the bucket Settings:

-
Open the connection setup wizard by going to Accounts > Add new account.
-
Fill in the connection details:
-
Display name: The name for this connection account (you can set any name you prefer).
-
Account type: Select
S3 Compatible Storage. -
REST Endpoint:
s3.hmstorage.net -
Access Key ID:
<Your Access Key> -
Secret Access Key:
<Your Secret Access Key>
-
Click on advanced settings at the bottom left.
-
Make sure to select
AWS Signature V4orV2versions andPath style.

Configuring storage settings in the S3 Browser interface
-
Click Close, then complete the account setup by clicking Add new account.
Once connected, you will see all existing buckets created on your Hostman account.
Usage Examples Copy link
Let’s go over basic operations for working with the storage via S3 Browser.
Creating a New Bucket Copy link
To create a new bucket:
- Click on New bucket.
- Enter the bucket name.
- Click Create new bucket.

Creating a new bucket in the S3 Browser interface
Uploading Objects Copy link
To upload files or directories:
- Click Upload.
- Select Upload file(s) or Upload folder(s).
- Select files or directories from your computer.
You can also upload files using drag&drop.

Uploading an object in the S3 Browser interface
Downloading Objects Copy link
To download files or directories in S3 Browser:
- Select the file or directory and click the Download button.
- Choose the folder where you want to save the downloaded file or directory.
- The download will start automatically.
Note that large files are downloaded in parts and, upon completion, the file is reassembled on your device from the downloaded fragments.

Downloading objects in the S3 Browser interface
Deleting Objects Copy link
To delete files or directories:
- Select the file or directory.
- Click Delete.
- Confirm deletion.

Deleting objects in the S3 Browser interface
Managing Interrupted Multipart Uploads Copy link
S3 supports multipart uploads, which split a file into multiple parts (chunks) and upload them in parallel, speeding up large file transfers and improving fault tolerance.
If a multipart upload is interrupted, file fragments won’t appear in the bucket but will still occupy disk space on the server. To view incomplete uploads, go to Tools → Uncompleted Multipart Uploads.

Tools menu in the S3 Browser interface
Here you can see all the unfinished uploads. To delete, select an upload and click Abort Selected.

Uncompleted Multipart Uploads window in the S3 Browser interface
The upload will no longer take space in the bucket.