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

Azure support for .. in path #495

Closed
wants to merge 1 commit into from

Conversation

lejmr
Copy link

@lejmr lejmr commented Dec 27, 2024

When looking into #494, I found several possible solutions.

  1. The proposed one (resolve correctly blob path)
  2. Create alternative property, say AzureBlobPath.blob_resolved and use in on line https://github.com/drivendataorg/cloudpathlib/blob/master/cloudpathlib/azure/azblobclient.py#L337

I tested the code is working in my specific situation and all tests are still passing.

Closes #494

@pjbull
Copy link
Member

pjbull commented Dec 27, 2024

Closing this PR per discussion in #494

@pjbull pjbull closed this Dec 27, 2024
@lejmr lejmr deleted the path-resolution branch December 29, 2024 10:50
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.

Cloudpathlib does not automatically resolve paths that contain ..
2 participants