Replies: 2 comments 1 reply
-
|
The bucket is specified as the |
Beta Was this translation helpful? Give feedback.
0 replies
-
we are using the official AWS S3 SDK for Rust, which respects https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am reading through the code, and I can’t seem to find exactly where or how the object storage is configured. Bucket names, regions, authentication, how is any of this specified? The tests seem to just be creating configuration objects in code. Is there no configuration via yaml, toml, json or environment variables? All the command line parameters are for configuring the server and the cache, but not the S3 buckets.
Beta Was this translation helpful? Give feedback.
All reactions