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

new: Add glob support for Windows file paths #332

Merged

Conversation

lgarber-akamai
Copy link
Contributor

@lgarber-akamai lgarber-akamai commented Dec 7, 2022

📝 Description

This change allows Windows users to specify globs/wildcards when referencing local file paths. This is necessary as by default, Windows expects individual applications to handle parsing wildcards.

✔️ How to Test

On a Windows machine, attempt to upload a file using a glob:

linode-cli obj put mydirectory/*.txt mybucket

💡 Related Issues

Resolves #305

@lgarber-akamai lgarber-akamai merged commit c034d2a into linode:master Dec 7, 2022
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.

linode-cli obj put on windows doesn't seem to support globs
2 participants