Sign In
Sign In
Updated on 29 October 2024

Connecting to a Bucket and Working with Files

The 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 control panel.

E4217f05 C4e7 4830 9c01 63d347f21832

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 control panel.

The storage supports AWS Signature versions v2 and v4.

To access the files, you can use URLs like: 

https://s3.hostman.com/bucket_name/file_name

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

https://s3.hostman.com/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: 

https://bucket_name.s3.hostman.com/file_name
https://bucket_name.s3.hostman.com/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.

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 control panel.

  2. In the Settings tab, click Change storage size.

5d5029e7 2e03 4812 9a17 C77d4c1c23d4

  1. 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

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

Or click the delete icon in the bucket settings:

849597fb E423 441a 9ac6 E4ca69aeaee6

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

Was this page helpful?
Updated on 29 October 2024

Do you have questions,
comments, or concerns?

Our professionals are available to assist you at any moment,
whether you need help or are just unsure of where to start
Email us
Hostman's Support