projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1e5cc
)
example needed update for scheme agnostic links
author
Bryan
<btbonval@gmail.com>
Sat, 15 Mar 2014 00:24:51 +0000
(20:24 -0400)
committer
Bryan
<btbonval@gmail.com>
Sat, 15 Mar 2014 00:24:51 +0000
(20:24 -0400)
karmaworld/secret/static_s3.py.example
patch
|
blob
|
history
diff --git
a/karmaworld/secret/static_s3.py.example
b/karmaworld/secret/static_s3.py.example
index ae053e3ac846a5aebfee1e6c18bf3a6954b40eb7..546a2afa9cb7ef32d82080ea2134253baf87bfb8 100644
(file)
--- a/
karmaworld/secret/static_s3.py.example
+++ b/
karmaworld/secret/static_s3.py.example
@@
-7,4
+7,4
@@
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
AWS_ACCESS_KEY_ID = 'access_id'
AWS_SECRET_ACCESS_KEY = 'access_key'
AWS_STORAGE_BUCKET_NAME = 'bucket'
-S3_URL = '
http:
//%s.s3.amazonaws.com/' % AWS_STORAGE_BUCKET_NAME
+S3_URL = '//%s.s3.amazonaws.com/' % AWS_STORAGE_BUCKET_NAME