Skip to content

Instantly share code, notes, and snippets.

@rterbush
Created October 14, 2015 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rterbush/f1de923c27ba909a82e1 to your computer and use it in GitHub Desktop.
Save rterbush/f1de923c27ba909a82e1 to your computer and use it in GitHub Desktop.
error log:
```
2015-10-14 15:15:13,087 [urllib3.connectionpool ][INFO ][14479] Starting new HTTPS connection (1): bucketname.s3.amazonaws.com
2015-10-14 15:15:13,125 [salt.loaded.int.fileserver.s3fs ][WARNING ][14479] 'Access Denied' response for bucket 'bucketname'
```
master config:
```
fileserver_backend:
- s3fs
s3.buckets:
- bucketname
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment