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
error: backend openDAL Backend cannot be loaded: ConfigInvalid (permanent) at Builder::build, context: { service: s3 } => region is missing. Please find it by S3::detect_region() or set them in env.
When commenting out the region key, it works.
The text was updated successfully, but these errors were encountered:
aawsome
added
C-upstream
Category: Issue for a dependency, will be fixed upstream
and removed
S-triage
Status: Waiting for a maintainer to triage this issue/PR
labels
Oct 10, 2024
// Set the region. This is required for some services, if you don't care about it, for example Minio service, just set it to "auto", it will be ignored.
Probably worth to keep it, and set it to 'auto', then?
// Set the region. This is required for some services, if you don't care about it, for example Minio service, just set it to "auto", it will be ignored.
Probably worth to keep it, and set it to 'auto', then?
Currently testing out the hetzner object storage beta with this config:
When not using region, opendal fails:
When commenting out the
region
key, it works.The text was updated successfully, but these errors were encountered: