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
>>> list(s3fs.glob('/dfparks/*'))
# I get the following error message (tracebacks removed):
botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
During handling of the above exception, another exception occurred:
fs.errors.ResourceNotFound: resource '/archive' not found
/archive happens to be the first folder in the bucket I'm targeting here.
I'm getting an error when globbing on S3:
This looks ok:
But when I add a glob to the path:
/archive
happens to be the first folder in the bucket I'm targeting here.Listing that directory does work:
The text was updated successfully, but these errors were encountered: