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: website/docs/guides/object_store_backend.html.markdown
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,10 +83,11 @@ After completing these steps, you are able to use Oracle Cloud Infrastructure as
83
83
84
84
Configuring the S3-compatible backend requires that the account be enabled with S3 authentication keys, which are set on a per-user basis.
85
85
86
-
1. In the Console, open the navigation menu, then, under Governance and Administration, navigate to Identity, then Users.
87
-
Under User Details, click Amazon S3 Compatibility API Keys. For more guidance,
86
+
1. In the Console, go to your user account and create a customer secret key. For more guidance on creating customer secret keys,
88
87
see [Working with Amazon S3 Compatibility API Keys](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcredentials.htm#s3).
89
88
89
+
After generating the customer secret key, take note of the access key and secret key values displayed the Console.
90
+
90
91
2. Set the location for the credentials file. The default location is `~/.aws/credentials`. You can set an alternate location by using the S3 backend `shared_credentials_file` option.
91
92
92
93
> **Warning**
@@ -100,15 +101,17 @@ update the backend `profile` option in your Terraform configuration file.
0 commit comments