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

Allow joining CloudPath with strings representing absolute paths #346

Closed

Conversation

chopeen
Copy link

@chopeen chopeen commented Jun 26, 2023

I added test cases that check path appending with / for S3 paths and them modified __truediv__ to handle appending absolute paths to CloudPath values.

@pjbull Should I add similar tests to test_gs_specific.py and test_azure_specific.py, or is there a single test file that could be used to check it for all providers at once?

Closes #344

@pjbull
Copy link
Member

pjbull commented Jul 22, 2023

Closing per discussion in #344

@pjbull pjbull closed this Jul 22, 2023
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.

Joining a cloudpath and string representing an absolute path removes the bucket name
2 participants