-
-
Notifications
You must be signed in to change notification settings - Fork 339
Description
I'm attempting to upload a simple pdf file to a test vault on my s3 bucket, but it ain't working.
This is what I do:
$ duck --upload s3://s3.amazonaws.com/s3folder/ "~/file.pdf"
Duck asks me for my Access Key and Secret Access Key, so good so far.
I can --list and --upload to other directories, as long as they are not vaults.
So at this point it says:
file.pdf?file.pdf
Is getting ready to upload, but then it realizes it is a locked vault.
It asks me for my phrase.
I enter my phrase and hit enter.
It asks me to save the password.
Then it just disconnects and goes back to cmd, without telling me anything or giving me a reason.
I'm on a Windows 10 using CMD.
I have successfully uploaded to my S3 bucket as long as they are not vaults. When they are vaults, this happens. I can upload to my vault from the cyberduck app, but I cannot upload from the CLI. I cannot also --list anything.