API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Storage
Storage
Chosen image
Home/Storage/Manage Object Storage/S3 service URLs and default region names

S3 service URLs and default region names

You can utilize any software compatible with S3 to work with Gcore Object Storage.

To connect to your storage or carry out any operation, it is recommended that you use the service URLs and default region names.

Please refer to the table below for the appropriate values.

Storage location Default region name Endpoint (service URL)
S3 Luxembourg s-ed1 s-ed1.cloud.gcore.lu
S3 Chicago s-drc2 s-drc2.cloud.gcore.lu
S3 Singapore s-sgc1 s-sgc1.cloud.gcore.lu

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" // });