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.
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.hostman.com
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 V4
or V2
versions and Path style
.
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.
Let’s go over basic operations for working with the storage via S3 Browser.
To create a new bucket:
To upload files or directories:
You can also upload files using drag&drop.
To download files or directories in S3 Browser:
Note that large files are downloaded in parts and, upon completion, the file is reassembled on your device from the downloaded fragments.
To delete files or directories:
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.
Here you can see all the unfinished uploads. To delete, select an upload and click Abort Selected.
The upload will no longer take space in the bucket.