]
Bela Ban commented on JGRP-1914:
--------------------------------
Hmm. I have no idea how to fix this, as I haven't touched this for years. Any chance
you could submit a PR ?
As a temp workaround, can you use AWS_PING [1] to see if it works in the Frankfurt region
?
[1]
S3_PING doesn't work with S3 buckets created in Frankfurt region
-----------------------------------------------------------------
Key: JGRP-1914
URL:
https://issues.jboss.org/browse/JGRP-1914
Project: JGroups
Issue Type: Bug
Reporter: Gleb Leonov
Assignee: Bela Ban
I tried to use S3_PING with access and secret key pair. However, I got 400 (Bad Request)
error. After some investigation, I found that modern S3 buckets created in Frankfurt needs
amazon v4 authentication, which needs hmac-sha256. But now S3_PING supports only
hmac-sha1, so I see no way to use S3_PING with buckets in Frankfurt region.