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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This repository provides examples demonstrating how to use Oracle Functions.
23
23
| Read an object in OCI Object Storage |[sample](./samples/oci-objectstorage-get-object-python)|[sample](./samples/oci-objectstorage-get-object-java)|
24
24
| Create an object in OCI Object Storage |[sample](./samples/oci-objectstorage-put-object-python)|[sample](./samples/oci-objectstorage-put-object-java)|
25
25
| Create a PAR in OCI Object Storage |[sample](./samples/oci-objectstorage-create-par-python)||
26
-
| Copy Object from one Object Storage bucket to another |[sample](./samples/oci-objectstorage-copy-objects-python)||
26
+
| Copy object from one OCI Object Storage bucket to another |[sample](./samples/oci-objectstorage-copy-objects-python)||
27
27
| Display an OCI Cloud Event |[sample](./samples/oci-event-display-python)|
28
28
| Invoke another Function using the OCI SDK |[sample](./samples/oci-invoke-function-python)|||
29
29
| Run a SQL statement against Autonomous DB using ORDS |[sample](./samples/oci-adb-ords-runsql-python)|
0 commit comments