6

Trying to run s3cmd on my mac book air, receiving the following message.

Success. Your access key and secret key worked fine :-)

Now verifying that encryption works... ERROR: Test failed: GPG program not found

Sorter
  • 431

1 Answers1

14

If you didn't already, try installing s3cmd with Homebrew:

brew install s3cmd

Or try installing gpg with brew install gpg.

Lri
  • 42,502
  • 8
  • 126
  • 159