Replies: 2 comments 2 replies
-
Seems like a bug in validation. @dabcoder feel free to submit a PR. cc @atoulme @pdelewski as code owners |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing this as this can be tracked in the above issue (and linked PR) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The S3 exporter documentation states that the
endpoint
parameter overrides the endpoint used by the exporter instead of constructing it fromregion
ands3_bucket
.Yet in the code there is:
However, when the
endpoint
is provided, it should also contain the S3 bucket, thus I would not expect thes3_bucket
to have to be provided and this error to be returned. Am I misunderstanding the config setup here?Beta Was this translation helpful? Give feedback.
All reactions