Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 567cccd

Browse files
Updated policy in README.md
1 parent e343c72 commit 567cccd

File tree

1 file changed

+4
-4
lines changed
  • oci-objectstorage-list-objects-java

1 file changed

+4
-4
lines changed

‎oci-objectstorage-list-objects-java/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
5050

5151

5252
## Create or Update IAM Policies
53-
Create a new policy that allows the dynamic group to inspect `object-family` in
53+
Create a new policy that allows the dynamic group to `inspect objects` in
5454
the functions related compartment.
5555

5656
![user input icon](../images/userinput.png)
5757

5858
Your policy should look something like this:
5959
```
60-
Allow dynamic-group <dynamic-group-name> to inspect object-family in compartment <your-compartment-name>
60+
Allow dynamic-group <dynamic-group-name> to inspect objects in compartment <your-compartment-name>
6161
```
6262
e.g.
6363
```
64-
Allow dynamic-group demo-func-dyn-group to inspect object-family in compartment demo-func-compartment
64+
Allow dynamic-group demo-func-dyn-group to inspect objects in compartment demo-func-compartment
6565
```
6666
For more information on how to create policies, go [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policysyntax.htm).
6767

@@ -104,7 +104,7 @@ fn config app <app-name> NAMESPACE <object-storage-namespace>
104104
```
105105
e.g.
106106
```
107-
fn config app myapp NAMESPACE mytenancy
107+
fn config app myapp NAMESPACE myobjnamespace
108108
```
109109

110110
Note that the config value can also be set at the function level.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /