-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: $ operator is invalid for atomic vectors while listing files in a folder using s3_ls #20
Comments
Dupe of #18 ??? |
The bug was fixed but without a version bump, so @shrutivardhan is probably using the old one. |
@darsoo @daroczig I was having the same issue with botor as @shrutivardhan, so used I'm now getting a new error message: Is there a fix for this? |
@daniellehouse-moj I cannot reproduce the problem -- could you please post your session info, including the Python pkg versions (e.g. via |
Both the original version However, I did get the |
I am using bototr to list files in a folder uisng
botor::s3_ls(uri ="s3://bucket/file_url/")
Its throwing following error:
Error in object$data$LastModified$strftime :
$ operator is invalid for atomic vectors
I am running the same on R Studio Version 4.3.1
botor package 0.4.0
The text was updated successfully, but these errors were encountered: