Bogdan Stolojan created HADOOP-17951: ----------------------------------------
Summary: AccessPoint verifyBucketExistsV2 always returns false Key: HADOOP-17951 URL: https://issues.apache.org/jira/browse/HADOOP-17951 Project: Hadoop Common Issue Type: Sub-task Reporter: Bogdan Stolojan Assignee: Bogdan Stolojan Turns out the implementation added for accesspoints to check that they exist was always returning "false". (Is it an improvement from the SDK which always returned "true"? nope). The fix for this is trivial as we need to check for the presence of a message "Could not access through this access point" or 404 if the AP doesn't exist. Otherwise it does. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org