ashishkumar50 opened a new pull request, #5422:
URL: https://github.com/apache/ozone/pull/5422
## What changes were proposed in this pull request?
`BucketEndPoint` returns keys without considering `"/" ` for FSO bucket, So
it matches `dir1/` with `dir123` also, and return back the result. Because of
this it leads to incorrect behaviour for FSO bucket keys.
To fix this issue in this PR we are ensuring exact prefix match so that for
FSO bucket result from `BucketEndPoint` is proper.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9229
## How was this patch tested?
Manually tested using dfs s3a for FSO bucket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]