Why are no Amazon S3 authentication handlers ready?

后端 未结 12 2146
广开言路
广开言路 2020-12-13 08:21

I have my $AWS_ACCESS_KEY_ID and $AWS_SECRET_ACCESS_KEY environment variables set properly, and I run this code:

import boto
conn = boto.connect_s3()
         


        
12条回答
  •  悲&欢浪女
    2020-12-13 09:07

    I see you call them AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY.

    When it seems they should be set as AWSAccessKeyId & AWSSecretKey.

提交回复
热议问题