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

Fix error for SigV4 version s3 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiajie999
Copy link

Get error When delete files in s3 mumbai region.
Solved it by adding "host" parameter and use "OrdinaryCallingFormat"

[2017-11-29@10:05:34] INFO: Getting subdirs to feed to list threads
[2017-11-29@10:05:34] ERROR: Uncaught exception
Traceback (most recent call last):
  File "./s3wipe", line 241, in <module>
    main()
  File "./s3wipe", line 186, in main
    aws_secret_access_key=args.key)
  File "/usr/local/lib/python2.7/site-packages/boto/s3/connection.py", line 197, in __init__
    "When using SigV4, you must specify a 'host' parameter."
HostRequiredError: BotoClientError: When using SigV4, you must specify a 'host' parameter.

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

Successfully merging this pull request may close these issues.

1 participant