Update code to use FLASKS3_ prefix for config variables instead of S3_. Closes #47.

This will automatically translate your old S3_ config variables to FLASKS3_ variables until 0.3.0.
This commit is contained in:
SunDwarf
2015-11-21 09:10:50 +00:00
parent 20ef4b3882
commit 1b554bd3ab
4 changed files with 110 additions and 71 deletions
+3 -1
View File
@@ -5,11 +5,13 @@ Flask-S3
Easily serve your static files from Amazon S3.
"""
from setuptools import setup
from flask_s3 import __version__
setup(
name='Flask-S3',
version='0.2.6',
version=".".join(__version__),
url='http://github.com/e-dard/flask-s3',
license='WTFPL',
author='Edward Robinson',