Skip to content

Commit

Permalink
Update OCI config example to include 'prefix' parameter.
Browse files Browse the repository at this point in the history
Signed-off-by: jrosinsk <[email protected]>
  • Loading branch information
jrosinsk committed Jun 6, 2024
1 parent 71ef2d0 commit 8e725be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ config:
max_conns_per_host: 0 // Optional maximum total number of connections per host.
disable_compression: false // Optional. If true, prevents the Transport from requesting compression.
client_timeout: 90s // Optional time limit for requests made by the HTTP Client.
prefix: ""
```

#### Instance Principal Provider
Expand All @@ -662,6 +663,7 @@ config:
provider: "instance-principal"
bucket: ""
compartment_ocid: ""
prefix: ""
```

You can also include any of the optional configuration just like the example in `Default Provider`.
Expand All @@ -682,6 +684,7 @@ config:
fingerprint: ""
privatekey: ""
passphrase: "" // Optional passphrase to encrypt the private API Signing key
prefix: ""
```

You can also include any of the optional configuration just like the example in `Default Provider`.
Expand All @@ -696,6 +699,7 @@ config:
provider: "oke-workload-identity"
bucket: ""
region: ""
prefix: ""
```

The `bucket` and `region` fields are required. The `region` field identifies the bucket region.
Expand Down

0 comments on commit 8e725be

Please sign in to comment.