Storage
Request content directly from the storage
Request content directly from the object storage
Use the following schema to request uploaded files:
You can find the hostname on the Storages tab in the “Details” section.
For example, your storage is in the Luxembourg location. You’ve created a bucket mybucket and uploaded picture.png there:
The Luxembourg location hostname is:
URL to request the file from the storage is:
Object storages support both HTTP and HTTPS protocols.
Request content directly from the SFTP storage
Upload your files to the htdocs directory but don’t specify the directory when requesting the content.
Use the following schema to form the URLs:
You can find the storage name and hostname on the Storages tab in the “Details” section.
Path to the uploaded file in the storage:
Where:
- 12345-test is a storage name;
- ams.origin.gcdn.co is a hostname.
URL to request the file from the storage:
SFTP storage works only via HTTP protocol.