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

president.jpg throwing not found error #1

Open
saadmoinkhan opened this issue Oct 9, 2018 · 1 comment
Open

president.jpg throwing not found error #1

saadmoinkhan opened this issue Oct 9, 2018 · 1 comment

Comments

@saadmoinkhan
Copy link

saadmoinkhan commented Oct 9, 2018

s3 cp ./president.jpg s3://{your_bucket_name}/nuclear-codes/president.jpg

says ./president.jpg not found.

Everytime I scan my pic, it never says that validation is successful.

Please help me, I need to make this project

@simonfl3tcher simonfl3tcher changed the title Issue president.jpg throwing not found error Oct 9, 2018
@simonfl3tcher
Copy link
Owner

@saadmoinkhan thanks for the issue report, in future would you mind giving the title slightly more description so it's easier to triage and search for in the future 😊.

On to the issue, try changing

s3 cp ./president.jpg s3://{your_bucket_name}/nuclear-codes/president.jpg

to

s3 cp ./president.jpeg s3://{your_bucket_name}/nuclear-codes/president.jpg

Remember: you need to replace {your_bucket_name} with the name of the bucket that you create.

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

No branches or pull requests

2 participants