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
This logic should be replaced with a helping function that properly checks the type of object we are dealing with (e.g. by listing the contents given a path).
The text was updated successfully, but these errors were encountered:
We need to fix the logic for checking if we are dealing with an object that is a directory or a simple file.
The current version relies on the directory name not including an extension as a suffix, in order to identify the directory object.
jupydrive-s3/src/s3contents.ts
Line 486 in f27e43b
This logic should be replaced with a helping function that properly checks the type of object we are dealing with (e.g. by listing the contents given a path).
The text was updated successfully, but these errors were encountered: