-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws s3 exporter - support custom endpoint configuration #21833
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I want to work on this feature. please assign it to me |
It's yours @guyfrid ! |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The AWS S3 exporter configuration currently doesn't allow customization of the S3 endpoint, which can be troublesome during local development. To improve flexibility, the exporter now supports specifying a custom endpoint during session creation. **Link to tracking Issue:** <Issue number if applicable> #21833 **Testing:** <Describe what testing was performed and which tests were added.> - UT with endpoint configured **Documentation:** <Describe the documentation added.> update README with the new field --------- Signed-off-by: guyfried <[email protected]> Co-authored-by: Antoine Toulme <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
This is very useful indeed. Thanks for implementing this. I wonder if |
Component(s)
exporter/awss3
Is your feature request related to a problem? Please describe.
The exporter configuration lacks support for configuring the S3 endpoint, which can be inconvenient during local development. Adding the ability to configure the S3 endpoint would enhance flexibility and ease of use in different environments.
Describe the solution you'd like
The configuration for the AWS S3 exporter includes support for specifying a custom endpoint. The endpoint parameter is optional and can be provided during session creation if needed. If the endpoint parameter is not provided, the exporter will fallback to using the default value specified in the AWS_ENDPOINT_URL environment variable. This allows flexibility in defining the endpoint for the exporter, enabling seamless integration with different AWS S3 service configurations.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: