Skip to content
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

upath.implementations.cloud: move empty bucket checks to subclasses #277

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

ap--
Copy link
Collaborator

@ap-- ap-- commented Sep 8, 2024

Addresses #276

airflows ObjectStoragePath derives from CloudPath but accepts file:// URIs.
PR #264 introduced an early error for "cloudpaths" that were initialized with a URI without a netloc (bucket) which would later on cause problems.

moving this check to the subclasses for S3, GCS and Azure should fix airflows usage.

@ap-- ap-- merged commit 0f40d6c into fsspec:main Sep 8, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant