File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ different APIs.
25
25
support if you need more.
26
26
27
27
You have the ability to choose from different :doc: `storage policies <storage-policy >` of object storage to setup a
28
- storage solution that delivers at the lowest possible cost per GB while still meeting your requirements.
28
+ storage solution that delivers at the lowest possible cost per GB while still meeting your requirements. You cannot
29
+ change storage policy on an existing bucket/container.
29
30
30
31
We also enable :doc: `replication <replication >` if you want to have your data available in more than one
31
32
availability zone for example as part of a multi data center high availability solution.
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ Creating a bucket
74
74
To create a bucket via S3, you would either use the API (not covered in this documentation) or the S3
75
75
client. To use the latter to create a bucket:
76
76
77
+ .. note ::
78
+
79
+ You cannot change storage policy on the bucket after creation.
80
+
77
81
- Decide which :doc: `storage policy <storage-policy >` you want to use. Save the name.
78
82
79
83
- Decide if you need to use :doc: `replication <replication >` or not.
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Storage policy
5
5
Binero cloud provides different storage policies for you to place your container or bucket on.
6
6
7
7
A storage policy is using an underlying :doc: `storage type <../storage-types >` and
8
- other features to accommodate different use-cases.
8
+ other features to accommodate different use-cases. You cannot change storage policy
9
+ on an existing bucket/container.
9
10
10
11
The intent is to allow users to select on a more granular level on what they need for
11
12
their use-case such as:
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ client.
86
86
To use the latter to create a bucket see below. Add the ``--os-storage-url `` as per above
87
87
if you need to change API endpoint.
88
88
89
+ .. note ::
90
+
91
+ You cannot change storage policy on the bucket after creation.
92
+
89
93
- Decide which :doc: `storage policy <storage-policy >` you want to use. Save the name.
90
94
91
95
- Decide if you need to use :doc: `replication <replication >`.
You can’t perform that action at this time.
0 commit comments