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

Add support for S3 Signature Version 4 #218

Closed
rogalv opened this issue Mar 17, 2022 · 1 comment
Closed

Add support for S3 Signature Version 4 #218

rogalv opened this issue Mar 17, 2022 · 1 comment
Assignees
Projects

Comments

@rogalv
Copy link
Collaborator

rogalv commented Mar 17, 2022

Broker is using a slightly outdated version of ECS Object Client library, which uses signature V2 to authenticate S3 endpoint requests. But there's a new release of that library, which enables support for V4 mode:
https://github.com/EMCECS/ecs-object-client-java/releases/tag/v3.4.0

Please, upgrade Object Client dependency and add an option to use signature V4 to communicate with ECS S3 endpoint.

@rogalv rogalv added this to In progress in 2.3 Apr 4, 2022
@rogalv rogalv moved this from In progress to Done in 2.3 Apr 26, 2022
@rogalv
Copy link
Collaborator Author

rogalv commented Apr 26, 2022

Included into 2.2.1 version. Thanks, @Mansur51-hub!

@rogalv rogalv closed this as completed Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2.3
Done
Development

No branches or pull requests

2 participants