12-03-2015 03:29 PM
we use Cephs Rados Gateway as the S3 backend for Nuxeo. When an object gets fetched, an error:
com.amazonaws.services.s3.model.AmazonS3Exception: null (Service: Amazon S3; Status Code: 400; Error Code: InvalidArgument; Request ID: null), S3 Extended Request ID: null
we could only trigger this when we clicked the preview button for an object. I found a solution right here: https://github.com/elastic/elasticsearch-cloud-aws/issues/155 After adding:
clientConfiguration.setSignerOverride("S3SignerType");
to S3BinaryManager.java at line 78 everything works fine.
Regards Thomas
12-14-2015 07:42 PM
Hi,
12-15-2015 08:24 AM
FYI also see https://github.com/aws/aws-sdk-java/issues/372. We would accept a pull request to make the signer override configurable.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.