alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Fix listStatus on empty MinIO bucket return 400 Error

Open BUPTAnderson opened this issue 2 years ago • 5 comments

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

BUPTAnderson avatar Sep 05 '22 04:09 BUPTAnderson