alluxio
alluxio copied to clipboard
Fix listStatus on empty MinIO bucket return 400 Error
Fix #16147
What changes are proposed in this pull request?
When execute listStatus on empty bucket, there is no need to execute getObjectStatus method through S3 client.
Why are the changes needed?
When UFS is MinIO and bucket is empty, execute getObjectStatus on key '/' will return 400 Error.
Does this PR introduce any user facing changes?
No