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
The adaptor on createDirectory("something") creates a blob in S3 with key something/___not__empty___.
When you create a folderin the S3 console, it creates an object with the above name appended by suffix "/" and that object is displayed as a folder in the S3 console. In minio a key ending in / is also treated as an directory.
The adaptor should treat keys ending with / as directories.
The text was updated successfully, but these errors were encountered:
The adaptor on createDirectory("something") creates a blob in S3 with key
something/___not__empty___
.When you create a folderin the S3 console, it creates an object with the above name appended by suffix "/" and that object is displayed as a folder in the S3 console. In minio a key ending in
/
is also treated as an directory.The adaptor should treat keys ending with
/
as directories.The text was updated successfully, but these errors were encountered: