We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a740e commit 78b7decCopy full SHA for 78b7dec
README.md
@@ -1,5 +1,7 @@
1
# cwm-users-documentation
2
3
+## Object Storage
4
+
5
CWM Object Storage is a serverless storage service based on the open source [MinIO](https://min.io/) project.
6
On every request to your instance endpoint a Minio server is started and used for subsequent requests.
7
The server is scaled up and down based on usage. Each instance has a dedicated, elastic storage which
@@ -8,8 +10,6 @@ is kept securely regardless of the status of the Minio server, or usage.
8
10
The following sections provides the documentation for the end-users of the CWM
9
11
Object Storage solution:
12
-## Object Storage
-
13
- [Console](objectstorage/console.md)
14
- [CLI](objectstorage/cli.md)
15
- SDKs:
0 commit comments