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: samples/oci-objectstorage-custom-cert-put-object-go/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ API calls to OCI services using the [OCI Go SDK](hhttps://docs.oracle.com/en-us/
5
5
It creates an object in a bucket in Object Storage and returns a message with a status.
6
6
7
7
Some OCI realms uses self signed certificates. Certificate being used can be specified in client we create
8
-
in function to connect to OCI services. In this function, certificate to be trusted is specified in the client we are creating to interact with Object Storage.
8
+
in function to connect to OCI services. In this function, certificate to be trusted is specified in the
9
+
client we are creating to interact with Object Storage.
9
10
10
11
The function calls the following OCI Go SDK classes:
11
12
*[ResourcePrincipalConfigurationProvider](https://docs.oracle.com/en-us/iaas/tools/go/47.1.0/common/auth/index.html#ResourcePrincipalConfigurationProvider) to authenticate
Copy file name to clipboardExpand all lines: samples/oci-objectstorage-custom-cert-put-object-java/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ API calls to OCI services using the [OCI Java SDK](https://docs.cloud.oracle.com
5
5
It creates an object in a bucket in Object Storage and returns a message with a status.
6
6
7
7
Some OCI realms uses self signed certificates. Certificate being used can be specified in client we create
8
-
in function to connect to OCI services. In this function, certificate to be trusted is specified in the client we are creating to interact with Object Storage.
8
+
in function to connect to OCI services. In this function, certificate to be trusted is specified in the
9
+
client we are creating to interact with Object Storage.
9
10
10
11
The function calls the following OCI Java SDK classes:
11
12
*[ResourcePrincipalAuthenticationDetailsProvider](https://docs.cloud.oracle.com/en-us/iaas/tools/java/latest/com/oracle/bmc/auth/ResourcePrincipalAuthenticationDetailsProvider.html) to authenticate
Copy file name to clipboardExpand all lines: samples/oci-objectstorage-custom-cert-put-object-python/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ API calls to OCI services using the [OCI Python SDK](https://oracle-cloud-infras
5
5
It creates an object in a bucket in Object Storage and returns a message with a status.
6
6
7
7
Some OCI realms uses self signed certificates. Certificate being used can be specified in client we create
8
-
in function to connect to OCI services. In this function, certificate to be trusted is specified in the client we are creating to interact with Object Storage.
8
+
in function to connect to OCI services. In this function, certificate to be trusted is specified in the
9
+
client we are creating to interact with Object Storage.
9
10
10
11
The function calls the following OCI Python SDK classes:
11
12
*[Resource Principals Signer](https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/api/signing.html#resource-principals-signer) to authenticate
Copy file name to clipboardExpand all lines: samples/oci-objectstorage-custom-cert-put-object-ruby/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ API calls to OCI services using the [OCI Ruby SDK](https://docs.cloud.oracle.com
5
5
It creates an object in a bucket in Object Storage and returns a message with a status.
6
6
7
7
Some OCI realms uses self signed certificates. Certificate being used can be specified in client we create
8
-
in function to connect to OCI services. In this function, certificate to be trusted is specified in the client we are creating to interact with Object Storage.
8
+
in function to connect to OCI services. In this function, certificate to be trusted is specified in the
9
+
client we are creating to interact with Object Storage.
9
10
10
11
The function calls the following OCI Ruby SDK classes:
11
12
*[resource_principals_signer](https://docs.oracle.com/en-us/iaas/tools/ruby/2.14.0/OCI/Auth/Signers/ResourcePrincipalsFederationSigner.html) to authenticate
0 commit comments