Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bucketExists: return consistent NotFound error code
bucketExists() returns NoSucketBucket or NotFound error code depending if region is specified in Minio Client initialization. This PR always specifies us-east-1 region in HEAD bucket call to avoid the internal code fetching for bucket location and returning NoSuchBucket error code.
- Loading branch information