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: oci-objectstorage-put-object-python/README.md
+34-60Lines changed: 34 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,67 +13,51 @@ Whenever you see it, it's time for you to perform an action.
13
13
14
14
15
15
## Prerequisites
16
-
1. Start by making sure all of your policies are correct from this [guide](https://docs.cloud.oracle.com/iaas/Content/Functions/Tasks/functionscreatingpolicies.htm?tocpath=Services%7CFunctions%7CPreparing%20for%20Oracle%20Functions%7CConfiguring%20Your%20Tenancy%20for%20Function%20Development%7C_____4)
17
16
18
-
2. Have [Fn CLI setup with Oracle Functions](https://docs.cloud.oracle.com/iaas/Content/Functions/Tasks/functionsconfiguringclient.htm?tocpath=Services%7CFunctions%7CPreparing%20for%20Oracle%20Functions%7CConfiguring%20Your%20Client%20Environment%20for%20Function%20Development%7C_____0)
17
+
1. Before you deploy this sample function, make sure you have run steps A, B
18
+
and C of the [Oracle Functions Quick Start Guide for Cloud Shell](https://www.oracle.com/webfolder/technetwork/tutorials/infographics/oci_functions_cloudshell_quickview/functions_quickview_top/functions_quickview/index.html)
19
+
* A - Set up your tenancy
20
+
* B - Create application
21
+
* C - Set up your Cloud Shell dev environment
19
22
20
-
3. Have your Oracle Object Storage Namespace available. This can be found by
23
+
2. Have your Oracle Object Storage Namespace available. This can be found by
21
24
logging into your [cloud account](https://console.us-ashburn-1.oraclecloud.com/),
22
25
under your user profile, click on your Tenancy. Your Object Storage Namespace
23
26
is shown there.
24
27
25
28
26
-
## Context
27
-
Switch to the correct context
29
+
## List Applications
30
+
31
+
Assuming you have successfully completed the prerequisites, you should see your
32
+
application in the list of applications.
28
33
29
-

30
-
```
31
-
fn use context <your context name>
32
-
```
33
-
Check using
34
34
```
35
35
fn ls apps
36
36
```
37
37
38
38
39
39
## Create or Update your Dynamic Group
40
-
In order to use and retrieve information about other OCI Services, your function
41
-
must be part of a dynamic group. For information on how to create a dynamic group,
0 commit comments