API Endpoints
Overview Gozunga Cloud provides RESTful API endpoints for managing your cloud resources. This documentation is centered around our SiouxFalls region. Our platform uses OpenStack at its foundation and thus existing tools that use OpenStack's APIs are compatible with our platform. Base URLs All API endpoints are accessible through the following base URL pattern: Service Endpoints IdenSome readersAPI Authentication
Overview Gozunga Cloud uses token-based authentication for API access. Before making API calls, you need to obtain an authentication token. There are several ways to authenticate with our API: Application Credentials (Recommended) EC2-style Credentials (for S3/Swift compatibility) Application Credentials Creating Application Credentials Log in to the Cloud Management Portal Navigate to Access → Application Credentials Click "CFew readersUsing PHP AWS-SDK with Gozunga Object Storage
To use the AWS SDK S3 client with Gozunga's Cloud Storage service, configure the appropriate credentials, and then configure the AWS SDK client as follows. Get your credentials within our Cloud Management Portal, under Access -S3 Credentials. S3 Credentials On your server, set the corresponding credentials.Few readers