Skip to content
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

Object Storage endpoints are not presented on Servermap #11534

Open
1 task done
tanertas opened this issue Sep 27, 2024 · 0 comments
Open
1 task done

Object Storage endpoints are not presented on Servermap #11534

tanertas opened this issue Sep 27, 2024 · 0 comments

Comments

@tanertas
Copy link

Prerequisites

Please check the FAQ, and search existing issues for similar questions before creating a new issue.YOU MAY DELETE THIS PREREQUISITES SECTION.

  • I have checked the FAQ, and issues and found no answer.

What version of pinpoint are you using?

2.5.0
3.0

Describe the bug

We can't see the object store endpoints in the Servermap after switching to the AWS library in our Spring Boot application. Object Storage endpoints were visible in earlier configuration which were using native DELL EMC S3 libaries.

Spring Boot Framework 2.0.5.RELEASE

<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>s3</artifactId>
  <version>2.26.23</version>
</dependency>

What did you do to trigger the bug?

Steps to reproduce, for example:

  1. Go to the Servermap of the Spring Boot application to see S3 object storage endpoints.

Expected behavior

Presence of the object storage endpoints in the Spring Boot application using AWS SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants