Hide Forgot
abrt version: 1.1.14 architecture: x86_64 cmdline: /usr/bin/python /usr/bin/s3fs -f sauloplant component: fuse-s3fs executable: /usr/bin/s3fs kernel: 2.6.35.10-74.fc14.x86_64 package: fuse-s3fs-0.7-4.fc12 reason: connection.py:184:__init__:AttributeError: S3Connection instance has no attribute 'aws_secret_access_key' release: Fedora release 14 (Laughlin) time: 1297989777 uid: 500 backtrace ----- connection.py:184:__init__:AttributeError: S3Connection instance has no attribute 'aws_secret_access_key' Traceback (most recent call last): File "/usr/bin/s3fs", line 1532, in <module> main() File "/usr/bin/s3fs", line 1517, in main if fs.setup() == False: File "/usr/bin/s3fs", line 915, in setup self.blockdev = S3Drive(self.bucket, self.host) File "/usr/bin/s3fs", line 370, in __init__ self.connection = S3Connection() File "/usr/lib/python2.7/site-packages/boto/s3/connection.py", line 104, in __init__ path=path) File "/usr/lib/python2.7/site-packages/boto/connection.py", line 184, in __init__ self.hmac = hmac.new(self.aws_secret_access_key, digestmod=sha) AttributeError: S3Connection instance has no attribute 'aws_secret_access_key' Local variables in innermost frame: proxy_user: None proxy_pass: None self: S3Connection:s3.amazonaws.com aws_access_key_id: None proxy_port: None host: 's3.amazonaws.com' https_connection_factory: None aws_secret_access_key: None is_secure: True debug: 0 path: '/' port: None proxy: None How to reproduce ----- 1. passing access key through command line instead of environment 2. 3.
Created attachment 479428 [details] File: backtrace
Well, you're using the command incorrectly, to format a bucket with the -f option you also need to specify command mode (i.e the -C option). You also don't need to specify /usr/bin/python, though it shouldn't hurt That said, this backtrace still should not occur. I just tried it locally and missing keys are caught correctly without backtrace on my F14 system: 1) What do you set your amazon key environment variables too? 2) What version of python-boto are you running?
ping, any update? I'll have to close this without the above information.