-
Notifications
You must be signed in to change notification settings - Fork 27
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
--prefix is not working on Windows CLI #4
Comments
Hi @laocoi , I have checked this and found out that the CLI is working correctly. It is creating the files in the target folder as it should in the new Contabo customer-panel. I think you may be talking about listing the objects from the CLI if you run the command
|
Hi @elteir What I am trying to do: Upload a file from my computer to /test folder in bucket tmp on your Object Storages This command is working fine on Linux |
Hi @laocoi, Thank you for your reply. The issue is clear now on windows. We are working on a fix now for it. I will notify you once it is available. |
We did a patch for this bug in the last |
I run this command on Windows CLI:
cntb create object --region xxx --bucket tmp --prefix test/ --path A:\Download\a.jpg
The file wasn't uploaded to /test folder, instead, it went with the name: test\a.jpg at the root folder
The text was updated successfully, but these errors were encountered: