Discussion:
[jira] [Created] (HADOOP-15990) S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2
Steve Loughran (JIRA)
2018-12-09 19:23:00 UTC
Permalink
Steve Loughran created HADOOP-15990:
---------------------------------------

Summary: S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2
Key: HADOOP-15990
URL: https://issues.apache.org/jira/browse/HADOOP-15990
Project: Hadoop Common
Issue Type: Sub-task
Components: fs/s3
Affects Versions: 3.2.0
Reporter: Steve Loughran
Assignee: lqjacklee


in S3AFileSystem.initialize(), we check for the bucket existing with verifyBucketExists(), which calls s3.doesBucketExist(). But that doesn't check for auth issues.

s3. doesBucketExistV2() does at least validate credentials, and should be switched to. This will help things fail faster

See SPARK-24000

(this is a dupe of HADOOP-15409; moving off git PRs so we can get yetus to test everything)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-***@hadoop.apache.org
For additional commands, e-mail: common-dev-***@hadoop.apache.org
Loading...