You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix path handling difference between MinIO and S3
This commit handles an inconsistency between MinIO and S3, if the files reside
in the buckets top-level directory. MinIO doesn't use a database as opposed to
S3. That's the reason, why leading slashes are not preserved. Fo S3 on
the other hand, we need to manually strip them.
-> minio/minio#17356 (comment)
0 commit comments