-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FS Fallback seems to be active all the time #15
Comments
The delimiter in s3 is arbitrary - it can be any character or a string of characters. To make s3 transparent for the user, we chose to use the system delimiter for the os the library is running at to handle usecases where relative paths are used, ex: |
When we use this library in local it seems like it cannot find the key that is on the cyclic app even if we have the credentials it is still using local directory when normalizing path |
I wrote my own version because I couldn't get the cyclic one to work.
|
It seems like fallback is active constantly.
When calling
readdir
I get the errorUncaught Error Error: ENOENT: no such file or directory, scandir 'c:\myBucketObject\'
The code looks like this:
var files = await fs.readdir('myBucketObject/')
The text was updated successfully, but these errors were encountered: