diff --git a/README.md b/README.md index 3fd7c848..48bbb529 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,4 @@ You may need to run `collectstatic` before `s3direct` will work correctly on you ```bash python manage.py collectstatic -```` - -[![Build Status](https://secure.travis-ci.org/bradleyg/django-s3direct.png)](http://travis-ci.org/bradleyg/django-s3direct) \ No newline at end of file +```` \ No newline at end of file diff --git a/example/example/settings.py b/example/example/settings.py index 904e0dbc..51a4928d 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -57,5 +57,5 @@ AWS_SECRET_ACCESS_KEY = '' AWS_ACCESS_KEY_ID = '' -AWS_STORAGE_BUCKET_NAME = 's3.thesweetshop.tv' +AWS_STORAGE_BUCKET_NAME = '' S3DIRECT_UNIQUE_RENAME = False \ No newline at end of file