API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Storage
Storage
Chosen image
Home/Storage

Storage

Welcome to the Gcore Storage documentation page! Here we explain how to use, configure, and troubleshoot Gcore Storage.

Gcore Storage is an S3 or SFTP service that lets you store various types of data (media files, logs, backups, etc.) on Gcore's digital data storage hardware.

From the left-side menu, you can access in-depth documentation about Gcore Storage:

  • Create Object Storage – create Object Storage or SFTP storage
  • Billing – tariff plans, limits, billing rules
  • Use Object Storage with CDN – assign storage to a CDN resource origin, how the file requesting scheme works with a CDN
  • Manage Object Storage – manage buckets, control file visibility
  • Manage SFTP storage – connect to your storage using FileZilla, manage SSH keys in the Gcore Customer Portal
  • Request files from Object Storage – scheme for requesting uploaded files
  • View statistics – used space, number of requests, traffic
  • Troubleshooting – resolve any 403 and 404 storage issues

If you have any questions or if there is a storage-related topic that you think we’re missing, please leave a comment and our content team will address it.

Was this article helpful?

Not a Gcore user yet?

Check out our Storage

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });