Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ e.g. `use-password = "true"` becomes `RUSTIC_REPO_OPT_USE_PASSWORD=true`.

Moreover, for opendal parameters (which need to be in lower snake case), you can
use upper snake case and prefix with "OPENDAL_" as env variable, e.g.
`application_key = "my-key"` becomes `OPENDAL_APPLICATION_KEY=my-key`.
`application_key = "my-key"` becomes `OPENDAL_APPLICATION_KEY=my-key`.
A list of available parameters for a backend can be found in [opendal's documentation](https://opendal.apache.org/docs/rust/opendal/services/index.html) under the respective backend's struct.

| Attribute | Description | Default Value | Example Value |
| ------------------- | ------------------------------------------------------------------ | ------------- | ------------------------------ |
Expand Down
Loading