LogoLogo
edgegap.comDashboard
  • 📘Learning Center
    • Getting Started
    • Unity Games
      • Getting Started - Servers
      • Developer Tools
    • Unreal Engine Games
      • Getting Started - Servers
      • Developer Tools
    • Matchmaking
      • Getting Started
      • Matchmaker In-Depth
      • Ping Beacons
    • Advanced Features
      • Apps and Versions
      • Deployments
      • Managed Clusters
  • API Reference
    • Dedicated Servers
    • Integration
    • Matchmaking
    • Peer to Peer
  • Release Notes
  • 📚Documentation
    • Sample Projects
      • Unity Netcodes
        • Unity NGO
        • Photon Fusion 1
        • Photon Fusion 2
        • Mirror
        • Mirror WebGL
        • Fishnet
        • Fishnet WebGL
        • Photon Bolt
      • Unreal Top-Down Sample
      • NuxtJS
      • Ruby On Rails
      • Unity Lobbies
      • Unity Matchmaker
    • Tools & Integrations
      • Container
        • What is Docker
        • Your First Docker
        • The Good Practices
        • SSH in Your Container
        • External Registries
          • Docker Hub
          • AWS ECR
          • GCP GCR
          • Gitlab registry
      • Deploy from Nakama
      • EOS Lobby Integration
      • Switch From Gamelift
      • Switch From Multiplay
      • Playfab Bridge
    • Deployment
      • Endpoint Storage
        • How to Save Logs
        • Upload File to Deployment
      • Webhooks
    • Application
      • Command and Arguments
      • 1:1 Port Mapping
    • Session
      • How They Work
      • Application Version Configuration
      • Manage Request
      • Selectors Filtering
    • Fleet
      • Fleet Policy
      • Policy Filter
      • Linking Version
      • Fleet's Deployment
    • Container Registry
    • Distributed Relay
      • Matchmaker/Lobby
      • Relay Edgegap API
      • Transport Samples
    • Lobby
      • Lobby Service
      • Functions
    • Glossary
    • SLA Terms
Powered by GitBook
LogoLogo

Connect with Community

  • Discord
  • Linkedin
  • X

Read More

  • Release Notes
  • Blog
  • Enterprise
  • Legal
  • edgegap.com

© 2025 Edgegap

On this page
  • How to Setup an Endpoint Storage
  • Manage your Endpoint Storage

Was this helpful?

  1. Documentation
  2. Deployment

Endpoint Storage

PreviousDeploymentNextHow to Save Logs

Last updated 2 months ago

Was this helpful?

Endpoint Storage allows you to register an S3 Bucket in our system. When you have an Endpoint Storage set in our environment, you will be able to store some data from your deployment like the container's log.

If you have already set up an Endpoint Storage and want to know how to save your container logs, please refer to the next section .

How to Setup an Endpoint Storage

It is pretty simple to register your S3 Bucket if you follow these quick steps.

To see and set up a new Endpoint Storage, you need to go to the left menu and click on the Log Storage menu item.

The first time you land on this page, you will not see any Endpoint storage in the list. Click on the create button in the upper right corner. You will be invited to complete this form. All fields are mandatory.

Name

The name you want to give to your Endpoint Storage in our platform. It must be unique since you will be able to use it in some API calls.

Access Key ID

Pretty straightforward, the Access Key ID from your S3 Bucket.

Secret Access Key

The Secret Access Key from your S3 Bucket. This field will be encrypted and you will not be able to modify it once you saved your Endpoint Storage. Don't worry if you put the wrong Access Key, you will be able to completely delete the Endpoint Storage and create a new one.

Endpoint URL

Your S3 Bucket URL. Ensure that you include the full link (https://, http://, etc). You will be able to test it further in the process.

Linode

For Linode, the endpoint URL should NOT include the bucket name. For example: If your S3 bucket URL is https://my-bucket.some-region.provider-name.com/, the endpoint URL you should enter is https://some-region.provider-name.com/.

AWS

For AWS, the endpoint URL MUST include the bucket name. For example: If your S3 bucket name is my-test and your bucket URL is https://my-test.s3.us-east.amazonaws.com, the endpoint URL you should enter is https://my-test.s3.us-east.amazonaws.com.

Bucket

The name of your Bucket. Make sure to put the right name associated with the credential. Otherwise, we will not be able to access it correctly.

Manage your Endpoint Storage

You can access all your Endpoint Storage available with the upper right menu. You can remove and test your Endpoint Storage. We are not deleting your S3 Bucket, we only remove the connection information from our system. If you want to update an Endpoint Storage, you must delete it and create a new one.

When you press "Test" button, it will upload a file named "connection_test" under the "edgegap" directory in your S3 Bucket. You will have an alert box to notify you if it worked or not. If not, you might have something wrong in your Endpoint Storage configuration.

📚
How to Save Deployment Container Logs