Skip to content

Commit f38f4ca

Browse files
committed
Frances Overby: Merge pull request #1463 from coligo/fmo-upd-15Sept21-e
1 parent 76b0905 commit f38f4ca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

subscription-cos-tutorial.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To see the buckets and their associated regions by using the CLI,
154154
```
155155
{: pre}
156156
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.
158158
159159
```
160160
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,
215215
```
216216
{: pre}
217217
218-
219218
To create a bucket,
220219
221-
```
220+
```
222221
ibmcloud cos bucket-create -bucket BUCKET_NAME
223222
```
224223
{: pre}
@@ -239,7 +238,7 @@ To see the buckets and their associated regions by using the CLI,
239238
```
240239
{: screen}
241240
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.
243242
{: note}
244243
245244
## 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
335334
336335
**Example output**
337336
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.
339338
340339
```
341340
Getting COS event subscription 'cos-sub'...
@@ -495,4 +494,3 @@ To remove your application,
495494
ibmcloud ce app delete --name cos-app
496495
```
497496
{: pre}
498-

0 commit comments

Comments
 (0)