Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
Description
The EMC ViPR/ECS object storage platform uses proprietary headers starting by x-emc-* (like Amazon does with x-amz-*).
Headers starting by x-emc-* should be included in the signature computation, but it's not done by the Amazon S3 Java SDK (it's done by the EMC S3 SDK).
When s3a copy an object it copies all the headers, but when the object includes x-emc-* headers, it generates a signature mismatch.
Removing the x-emc-* headers from the copy would allow s3a to be compatible with the EMC ViPR/ECS object storage platform.
Removing the x-* which aren't x-amz-* headers from the copy would allow s3a to be compatible with any object storage platform which is using proprietary headers
Attachments
Attachments
Issue Links
- contains
-
HADOOP-12970 Intermittent signature match failures in S3AFileSystem due connection closure
-
- Resolved
-
- is depended upon by
-
HADOOP-11694 Über-jira: S3a phase II: robustness, scale and performance
-
- Resolved
-
- is duplicated by
-
HADOOP-12970 Intermittent signature match failures in S3AFileSystem due connection closure
-
- Resolved
-
- is related to
-
HADOOP-15735 backport HADOOP-11687 for hadoop-aws 2.7.x
-
- Resolved
-