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: subscription-cos-tutorial.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ To see the buckets and their associated regions by using the CLI,
154
154
```
155
155
{: pre}
156
156
157
-
2. Create an {{site.data.keyword.cos_short}} resource instance. For example, create an {{site.data.keyword.cos_short}} resource that is named `mycloud-object-storage` using the IBM Cloud lite plan.
157
+
2. Create an {{site.data.keyword.cos_short}} resource instance. For example, create an {{site.data.keyword.cos_short}} resource that is named `mycloud-object-storage` that uses the IBM Cloud Lite service plan.
158
158
159
159
```
160
160
ibmcloud resource service-instance-create mycloud-object-storage cloud-object-storage lite global
@@ -215,10 +215,9 @@ To see the buckets and their associated regions by using the CLI,
215
215
```
216
216
{: pre}
217
217
218
-
219
218
To create a bucket,
220
219
221
-
```
220
+
```
222
221
ibmcloud cos bucket-create -bucket BUCKET_NAME
223
222
```
224
223
{: pre}
@@ -239,7 +238,7 @@ To see the buckets and their associated regions by using the CLI,
239
238
```
240
239
{: screen}
241
240
242
-
Your {{site.data.keyword.cos_short}} bucket must be a regional bucket located in the same region as your {{site.data.keyword.codeengineshort}} project.
241
+
Your {{site.data.keyword.cos_short}} bucket must be a regional bucket that is located in the same region as your {{site.data.keyword.codeengineshort}} project.
243
242
{: note}
244
243
245
244
## Assigning the Notifications Manager role to {{site.data.keyword.codeengineshort}}
@@ -335,7 +334,7 @@ Run the `ibmcloud ce sub cos get -n cos-sub` command to find information about y
335
334
336
335
**Example output**
337
336
338
-
By default, the [**`ibmcloud ce sub cos get`**](/docs/codeengine?topic=codeengine-cli#cli-subscription-cos-get) command returns two parts. The first part includes {{site.data.keyword.cos_short}} subscription-related information such as subscription name, destination, prefix, suffix, and event type. The second part includes resource-related event information about the {{site.data.keyword.cos_short}} subscription that can be used for debugging purposes. By default, event information is available for one hour after it occurs.
337
+
By default, the [**`ibmcloud ce sub cos get`**](/docs/codeengine?topic=codeengine-cli#cli-subscription-cos-get) command returns two parts. The first part includes {{site.data.keyword.cos_short}} subscription-related information such as subscription name, destination, prefix, suffix, and event type. The second part includes resource-related event information about the {{site.data.keyword.cos_short}} subscription that can be used for debugging purposes. By default, event information is available for 1 hour after it occurs.
0 commit comments