Open mista-ken opened 3 years ago
You may try using jclouds generic S3 BlobStore provider (jclouds:s3
) instead of the AWS specific provider (jclouds:aws-s3
) .
Issue has to be solved by apache jclouds - you may open an issue https://issues.apache.org/jira or ask for help there https://jclouds.apache.org/community/
I am using Oracle Cloud to deploy dcm4chee instances, and am trying to use Oracle Cloud's Amazon S3 Compatibility API integration to use as my dcm4chee storage.
I had to set the configuration a little differently than the AWS S3, as Oracle Cloud requires :
When trying to DICOM send, among the output in the log, I get the following error:
Although Oracle Cloud Storage support multipart uploads, researching for possible solutions I found that Oracle Cloud Storage does not support it with
x-amz-content-sha256: STREAMING-AWS4-HMAC-SHA256-PAYLOAD
header.For compatibility with other providers that implements AWS S3 protocol, it should be possible to make use of this header optional.