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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To get started you will also user API signing keys and credentials for the user
16
16
17
17
To use the code to manage objects in OCI you will need to :
18
18
19
-
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, speciy the OCI configuration file section to use for the connection and optionally the OCI region to work on (by default it will use the region in the config file)
19
+
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, specify the OCI configuration file section to use for the connection and optionally the OCI region to work on (by default it will use the region in the config file)
20
20
21
21
From there use the other processor classes as needed, these will all need the AuthenticationProcessor you created as part of their consructor.
0 commit comments