Skip to content

Instantly share code, notes, and snippets.

@SeanOC
Created January 18, 2012 21:47
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 SeanOC/1635939 to your computer and use it in GitHub Desktop.
Save SeanOC/1635939 to your computer and use it in GitHub Desktop.
class NoAuthS3Storage(S3BotoStorage):
def __init__(self, *args, **kwargs):
kwargs['querystring_auth'] = False
super(NoAuthS3Storage, self).__init__(*args, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment