Bug 1047170

Summary: [abrt] python-boto-2.13.3-1.fc20: auth.py:728:get_auth_handler:NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials
Product: [Fedora] Fedora Reporter: reizen <stephane.reizen>
Component: python-botoAssignee: Garrett Holmstrom <gholms>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: gholms, luto, orion, walters
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/11764e54e4608898fbc6786ad8f3a267b4b2e678
Whiteboard: abrt_hash:ac8e36c125e25474c1202bfff3a3b9f48938f740
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-22 21:02:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description reizen 2013-12-29 18:50:33 UTC
Version-Release number of selected component:
python-boto-2.13.3-1.fc20

Additional info:
reporter:       libreport-2.1.9
cmdline:        /usr/bin/python /usr/bin/lss3
executable:     /usr/bin/lss3
kernel:         3.11.10-301.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
auth.py:728:get_auth_handler:NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials

Traceback (most recent call last):
  File "/usr/bin/lss3", line 71, in <module>
    s3 = boto.connect_s3()
  File "/usr/lib/python2.7/site-packages/boto/__init__.py", line 135, in connect_s3
    return S3Connection(aws_access_key_id, aws_secret_access_key, **kwargs)
  File "/usr/lib/python2.7/site-packages/boto/s3/connection.py", line 174, in __init__
    validate_certs=validate_certs)
  File "/usr/lib/python2.7/site-packages/boto/connection.py", line 557, in __init__
    host, config, self.provider, self._required_auth_capability())
  File "/usr/lib/python2.7/site-packages/boto/auth.py", line 728, in get_auth_handler
    'Check your credentials' % (len(names), str(names)))
NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials

Local variables in innermost frame:
total_handlers: 1
checked_handlers: [<class 'boto.auth.HmacAuthV1Handler'>]
provider: <boto.provider.Provider object at 0x119c290>
host: 's3.amazonaws.com'
handler: <class 'boto.auth.HmacAuthV1Handler'>
names: ['HmacAuthV1Handler']
ready_handlers: []
requested_capability: ['s3']
auth_handlers: [<class 'boto.auth.HmacAuthV1Handler'>]
config: <boto.pyami.config.Config instance at 0x7f712a988f38>

Comment 1 reizen 2013-12-29 18:50:39 UTC
Created attachment 843144 [details]
File: backtrace

Comment 2 reizen 2013-12-29 18:50:43 UTC
Created attachment 843145 [details]
File: environ

Comment 3 Orion Poplawski 2013-12-30 03:14:46 UTC
Generally this seems to be because you haven't set your credentials.  Have you?

Comment 4 Fedora Admin XMLRPC Client 2014-01-06 23:10:46 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Garrett Holmstrom 2014-08-22 21:02:05 UTC

*** This bug has been marked as a duplicate of bug 821799 ***