Skip to main content
Object Storage and SFTP Storage use different URL formats. Find the hostname in the service URLs list or in the Details section on the Storages tab of the Gcore Customer Portal.
Storage list with the Details option open in the actions dropdown
The URL format differs between Object Storage and SFTP Storage:
Storage typeURL formatNotes
Object Storagehttp(s)://<bucket-name>.<hostname>/<file>HTTP and HTTPS supported
SFTP Storagehttps://<storage-name>.<hostname>/<file>Upload files to htdocs; omit the directory from the URL
Examples:
  • Object Storage — bucket mybucket, file picture.png, Luxembourg location:
    http://mybucket.s-ed1.cloud.gcore.lu/picture.png
    
  • SFTP Storage — storage 12345-test, file uploaded to htdocs/picture.png at ams.origin.gcdn.co:
    https://12345-test.ams.origin.gcdn.co/picture.png