Problematic Code
1 2 | conn = S3Connection(settings.AWS_ACCESS_KEY, settings.AWS_ACCESS_SECRET) |
Code with no problem
1 2 3 | conn = S3Connection(settings.AWS_ACCESS_KEY, settings.AWS_ACCESS_SECRET, host = "s3-ap-southeast-1.amazonaws.com" ) # Specify |
'aws' 카테고리의 다른 글
kinesis firehose 삽질일기 (0) | 2017.03.16 |
---|---|
How to EC2 disk and memory usage monitoring (0) | 2015.03.27 |
elasticache dump to file (1) | 2015.03.23 |
[ubuntu server instance] mytoon setting (0) | 2014.10.24 |
HTTP 505: HTTP Version Not Supported (0) | 2014.07.09 |