Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add LON2 feature availability #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/object-stores/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
22 changes: 11 additions & 11 deletions content/docs/overview/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ civo region use <REGION_CODE>
This will execute any further commands in the region of your choice.

:::tip
You can also pass a `--region <CODE>` 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 <CODE>` 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 | ✓ | ✓ | ✗ | ✗ | ✗ |