david / django-storages

Support for many storages (S3, MogileFS, etc) in Django.

Clone this repository (size: 177.1 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages

Changed (Δ149 bytes):

raw changeset »

backends/s3boto.py (0 lines added, 4 lines removed)

Up to file-list backends/s3boto.py:

@@ -55,10 +55,6 @@ class S3BotoStorage(Storage):
55
55
            access_key=None, secret_key=None, acl=DEFAULT_ACL, headers=HEADERS,
56
56
            gzip=IS_GZIPPED, gzip_content_types=GZIP_CONTENT_TYPES):
57
57
58
59
    def __init__(self, bucket="root", bucketprefix=BUCKET_PREFIX,
60
            access_key=None, secret_key=None, acl=DEFAULT_ACL, headers=HEADERS):
61
62
58
        self.acl = acl
63
59
        self.headers = headers
64
60
        self.gzip = gzip