ehiggs commented on a change in pull request #606: HADOOP-16190. S3A copyFile 
operation to include source versionID or etag in the copy request
URL: https://github.com/apache/hadoop/pull/606#discussion_r273068764
 
 

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java
 ##########
 @@ -257,6 +257,14 @@ public static IOException translateException(@Nullable 
String operation,
         ioe = new AWSBadRequestException(message, s3Exception);
         break;
 
+      // version/etag id cannot be met in copy.
+      case 412:
 
 Review comment:
   ```java
   public final static int PRECONDITION_FAILED = 412;
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to