NoSuchFieldError INSTANCE error while trying to connect to S3 #2859
-
Hello, I am having a problem with connecting to the S3 bucket.
I found similar issues resolving in dependency conflicts. But I am trying my best with solving conflict but with no further progress. I am currently using these dependencies
I have also tried dependency management tool, but it might not be correct at all.
I am trying to get the connection like this. Can someone please provide me some more info or give me hints how to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have figured it out. It really was the problem with dependencies. I had my own project dependency with its implementation of apache https. It collided there. |
Beta Was this translation helpful? Give feedback.
-
I solved a similar issue for a Glue Schema registrly library with the following dependencies:
|
Beta Was this translation helpful? Give feedback.
I have figured it out. It really was the problem with dependencies. I had my own project dependency with its implementation of apache https. It collided there.