-
Notifications
You must be signed in to change notification settings - Fork 103
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
Is CLI still working? #32
Comments
@dusterio I see the same problem. It looks like the AWS environment variables are being ignored by the CLI. So, I simply added |
I tried with this method. still not working. tried with: dynamo-backup-to-s3 -b BBB -i [tttt] --aws-key ${AWS_ACCESS_KEY_ID} --aws-secret ${AWS_SECRET_ACCESS_KEY} --aws-region ${AWS_REGION} |
@didopop3 I have the same issue with you. Have you already got the resolve method? |
@fgcui1204 with all parameters(--aws-key --aws-secret --aws-region) entered, it will work fine. |
Supply all the params and make sure that the IAM user you're using has permissions to DynamoDB and S3 - if it does not then dynamo-backup-to-s3 will also simply complete without errors but without doing anything. |
I try to run the backup CLI but no matter what parameters I supply, I just get an "all done" message right away:
macair$ bin/dynamo-backup-to-s3 -b BBB
Finished backing up DynamoDB
Has anybody tried this CLI recently? Shouldn't it at least give verbose data instead of providing a false message (obviously it hasn't finished backup. Moreover. It hasn't even started doing so)
I'm glad to do a PR but I wanted to be sure I'm not missing something silly first
The text was updated successfully, but these errors were encountered: