Linking a Domain
You can connect your domain name to a S3 Storage bucket. This way, you won’t need to specify the bucket name when accessing the files.
So, instead of these URLs:
https://s3.hmstorage.net/bucket_name/file_name
https://s3.hmstorage.net/bucket_name/directory_name/file_nameyou can use URLs like these:
https://your.domain.tld/file_name
https://your.domain.tld/directory_name/file_nameNote that when accessing the domain (https://your.domain.tld/), you will not see a file listing or any other index page. The URL must specify the path to a specific file.
To link a domain:
- Create a CNAME for the domain with the value
s3.hmstorage.net. If the domain uses Hostman name servers, you can do it in the Domains and SSL section of your Hostman control panel. - Wait for 15-20 minutes for the changes to take effect.
- Go to the S3 Storage section and click on the bucket.
- In the Domains tab, click Link domain.
- Enter your domain name and click Link domain.

If you leave the Issue SSL certificate option checked, we will automatically generate and install a Let's Encrypt SSL certificate on your domain and renew it automatically one week before it expires.