Description
S3AFileSystem.initialize() invokes verifyBuckets, but in case the bucket does not exist and gets a 403 error message, it ends up returning true for s3.doesBucketExists(bucketName. In that aspect, verifyBuckets() is an unnecessary call during initialization.
Attachments
Issue Links
- is duplicated by
-
HADOOP-13779 s3a to skip s3 bucket existence check in initialize() for faster creation
- Resolved