Skip to content

Commit

Permalink
Merge pull request #125 from dcgoss/patch-1
Browse files Browse the repository at this point in the history
Added host setting to GSBotoStorage (fixes #124)
  • Loading branch information
jschneier committed Mar 1, 2016
2 parents 7875a75 + df05cdb commit 84d346e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storages/backends/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class GSBotoStorage(S3BotoStorage):
'application/x-javascript',
))
url_protocol = setting('GS_URL_PROTOCOL', 'http:')
host = setting('GS_HOST', GSConnection.DefaultHost)

def _save_content(self, key, content, headers):
# only pass backwards incompatible arguments if they vary from the default
Expand Down

0 comments on commit 84d346e

Please sign in to comment.