From 718f0935170c14f71dd3a6c58367dba724ceff0c Mon Sep 17 00:00:00 2001 From: Kai Date: Thu, 5 Dec 2024 16:32:18 -0600 Subject: [PATCH] Add LON2 features --- content/docs/object-stores/index.md | 2 +- content/docs/overview/regions.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/docs/object-stores/index.md b/content/docs/object-stores/index.md index 0cd192a..96fb896 100644 --- a/content/docs/object-stores/index.md +++ b/content/docs/object-stores/index.md @@ -14,4 +14,4 @@ The Civo object store is a managed service that allows you to upload unstructure Interacting with Civo object stores is through an S3-compatible API. You can use [s3cmd](https://github.com/s3tools/s3cmd) for this purpose, or another S3 client of your choice. This documentation assumes use of s3cmd. -Civo object stores are region-specific. This means that the endpoint URL for an object store will depend on the region where you create a store, and credentials to manage and access object stores are tied to the region where they were created. +Civo object stores are region-specific. This means that the endpoint URL for an object store will depend on the region where you create a store, and credentials to manage and access object stores are tied to the region where they were created. Object store availability per region can be found in [the Region features overview](../overview/regions.md#what-products-are-available-per-region). diff --git a/content/docs/overview/regions.md b/content/docs/overview/regions.md index bc400e1..0b5490e 100644 --- a/content/docs/overview/regions.md +++ b/content/docs/overview/regions.md @@ -34,19 +34,19 @@ civo region use This will execute any further commands in the region of your choice. :::tip -You can also pass a `--region ` parameter to any CLI command to execute it in the region specified by the code, without changing your current region. +You can also pass a `--region ` parameter to any CLI command to execute it in the region specified by the code, without changing or setting your current region. ::: ## What products are available per region? -| Products | LON1 | FRA1 | NYC1 | PHX1 | -|:-----------------|:----:|:----:|:----:|:----:| -| CPU Kubernetes | ✓ | ✓ | ✓ | ✓ | -| CPU Compute | ✓ | ✓ | ✓ | ✓ | -| Object Stores | ✓ | ✓ | ✓ | ✓ | -| Volumes | ✓ | ✓ | ✓ | ✓ | -| Machine Learning | ✓ | ✓ | ✓ | ✓ | -| Databases | ✓ | ✓ | ✓ | ✓ | -| GPU Kubernetes | ✓ | ✗ | ✗ | ✗ | -| GPU Compute | ✓ | ✗ | ✗ | ✗ | +| Products | LON1 | LON2 | FRA1 | NYC1 | PHX1 | +|:-----------------|:----:|:----:|:----:|:----:|:----:| +| CPU Kubernetes | ✓ | ✓ | ✓ | ✓ | ✓ | +| CPU Compute | ✓ | ✓ | ✓ | ✓ | ✓ | +| Object Stores | ✓ | ✗ | ✓ | ✓ | ✓ | +| Volumes | ✓ | ✓ | ✓ | ✓ | ✓ | +| Machine Learning | ✓ | ✓ | ✓ | ✓ | ✓ | +| Databases | ✓ | ✓ | ✓ | ✓ | ✓ | +| GPU Kubernetes | ✓ | ✓ | ✗ | ✗ | ✗ | +| GPU Compute | ✓ | ✓ | ✗ | ✗ | ✗ |