You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: administrators.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
3
3
copyright:
4
-
years: 2017, 2022
5
-
lastupdated: "2022-07-22"
4
+
years: 2017, 2024
5
+
lastupdated: "2024-07-24"
6
6
7
7
keywords: administrator, object storage, access, iam
8
8
@@ -27,7 +27,7 @@ If you haven't already, go ahead and read through the [getting started tutorial]
27
27
28
28
First, you need to have at least one Object Storage resource instance, and some buckets to store data in. How do you want to segment access to your data? Where do you want your data to physically reside? How often will the data is accessed?
29
29
30
-
## Segmenting access
30
+
###Segmenting access
31
31
{: #administrators-access}
32
32
33
33
You can segment access at two levels: at the resource instance level and at the bucket level.
The powerful of {{site.data.keyword.cos_full}} are available to a developer directly from the command line.
19
+
The powerful features of {{site.data.keyword.cos_full}} are available to a developer directly from the command line.
20
20
{: shortdesc}
21
21
22
22
First, ensure that you have the [{{site.data.keyword.cloud}} Platform CLI](https://cloud.ibm.com/docs/cli/index.html) and [IBM Developer Tools](https://cloud.ibm.com/docs/cloudnative/idt/index.html) installed.
@@ -32,14 +32,14 @@ First, ensure that you have the [{{site.data.keyword.cloud}} Platform CLI](https
32
32
```
33
33
{: pre}
34
34
35
-
3. Next, create an instance of {{site.data.keyword.cos_full_notm}} specifying the name for the instance Now you have a CRN for the instance.
35
+
3. Next, create an instance of {{site.data.keyword.cos_full_notm}} specifying the name for the instance and the Standard plan (see [Choosing a plan and creating an instance](/docs/cloud-object-storage?topic=cloud-object-storage-provision)). Now you have a CRN for the instance.
36
36
37
37
```sh
38
38
ibmcloud resource service-instance-create <instance-name> cloud-object-storage <plan> global
39
39
```
40
40
{: pre}
41
41
42
-
it indicates that the default resource group is not available and that a resource group must be explicitly set. A list of available resource groups can be found using `ibmcloud resource groups` and the target can be set with `ibmcloud target -g <resource-group>`.
42
+
When trying to create a new instance, if you encounter the error `No resource group targeted`, it indicates that the default resource group is not available and that a resource group must be explicitly set. A list of available resource groups can be found using `ibmcloud resource groups` and the target can be set with `ibmcloud target -g <resource-group>`.
43
43
{: tip}
44
44
45
45
The [Getting Started guide](/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage) walks through the basic steps of creating buckets and objects, as well as inviting users and creating policies. A list of basic 'curl' commands can be found [here](/docs/cloud-object-storage?topic=cloud-object-storage-curl).
0 commit comments