DescriptionPersona non grata
2017-10-10 06:12:21 UTC
Created attachment 1336619[details]
Script which creates bucket, adds object with SSE-KMS and SSE-C modes
Description of problem:
While testing S3 object encryption in Ubuntu multisite setup by using boto3, got error like :
botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: Unknown.
But, with RestAPI's, I was able to upload object with both SSE_KMS and SSE-C modes, also with no encryption specified, I was able to upload using boto3 .
Version-Release number of selected component (if applicable):
Ceph 3.0
How reproducible:
Always
Steps to Reproduce:
1.Set up multisite cluster for Ubuntu.
2.Using boto3, try to upload objects with SSE-KMS and SSE-C mode separately.
Actual results:
botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: Unknown.
Expected results:
Object should get uploaded successfully.
Additional info:
Scripts used for uploading objects by boto3 and curl are attached.
Comment 2Persona non grata
2017-10-10 06:14:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:3387
Created attachment 1336619 [details] Script which creates bucket, adds object with SSE-KMS and SSE-C modes Description of problem: While testing S3 object encryption in Ubuntu multisite setup by using boto3, got error like : botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: Unknown. But, with RestAPI's, I was able to upload object with both SSE_KMS and SSE-C modes, also with no encryption specified, I was able to upload using boto3 . Version-Release number of selected component (if applicable): Ceph 3.0 How reproducible: Always Steps to Reproduce: 1.Set up multisite cluster for Ubuntu. 2.Using boto3, try to upload objects with SSE-KMS and SSE-C mode separately. Actual results: botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: Unknown. Expected results: Object should get uploaded successfully. Additional info: Scripts used for uploading objects by boto3 and curl are attached.