Error when using Ceph Rados Gateway as an S3 backend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2015 07:42 PM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
