Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added host setting to GSBotoStorage (fixes #124) #125

Merged
merged 1 commit into from
Mar 1, 2016

Commits on Feb 29, 2016

  1. Added host setting to GSBotoStorage

    The value of this setting used to be derived from the parent class, S3BotoStorage. The value in the parent class was: `host = setting('AWS_S3_HOST', S3Connection.DefaultHost)`, which resolved to 's3.amazonaws.com' instead of the correct 'storage.googleapis.com'.
    This fixed jschneier#124 for me.
    dcgoss committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    df05cdb View commit details
    Browse the repository at this point in the history