mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* MM-29525: Strip path_prefix from ListDirectory An AWS path prefix is meant to be an implementation detail which the calling application should not be aware of. Hence, we should strip the path prefix when returning objects in a directory because they anyways get applied while using the other APIs https://mattermost.atlassian.net/browse/MM-29525 * simplify Co-authored-by: Mattermod <mattermod@users.noreply.github.com>