Skip to content

Conversation

@ahsimb
Copy link
Collaborator

@ahsimb ahsimb commented Mar 13, 2025

closes #169

@ahsimb ahsimb added the feature Product feature label Mar 13, 2025
@ahsimb ahsimb self-assigned this Mar 13, 2025
@ahsimb ahsimb temporarily deployed to manual-approval March 13, 2025 14:26 — with GitHub Actions Inactive
# Connect to the BucketFS service and navigate to the bucket of choice.
bucketfs = bfs.Service(buckfs_url, buckfs_credentials, verify, conf.get(CKey.bfs_service)) # type: ignore
return bucketfs[conf.get(CKey.bfs_bucket)] # type: ignore
bucketfs = bfs.Service(bucketfs_url, bucketfs_credentials, verify, # type: ignore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the type ignore still needed, I think, Bucketfs provides now py.typed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we define bucketfs_credentials here as a dictionary, but in the interface it's Mapping.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that they are not compatible

@ahsimb ahsimb merged commit 00a8338 into main Mar 13, 2025
12 checks passed
@ahsimb ahsimb deleted the feature/169-bucketfs-location branch March 13, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Product feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a function that creates a bucket-fs PathLike object

3 participants