{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "django_openS3\n=============\n\n|docs| |tests|\n\nAn openS3 wrapper for use with Django.\n\n\nInstallation\n============\n\n::\n\n $ pip install django_openS3\n\nTo install the latest development version::\n\n $ git clone git@github.com:logston/django_openS3.git\n $ cd django_openS3\n $ python setup.py install\n\n\nUsage\n=====\n\n::\n\n # Add django_openS3 to your project's list of installed apps.\n INSTALLED_APPS = [\n ...\n 'django_openS3',\n ...\n ]\n\n # Set your desired bucket and authentication/authorization info.\n AWS_STORAGE_BUCKET_NAME = os.environ['AWS_S3_BUCKET']\n AWS_ACCESS_KEY_ID = os.environ['AWS_S3_ACCESS_KEY']\n AWS_SECRET_ACCESS_KEY = os.environ['AWS_S3_SECRET_KEY']\n\n # Tell django to use django_openS3 for storing static files and media.\n DEFAULT_FILE_STORAGE = 'django_openS3.storage.S3MediaStorage'\n STATICFILES_STORAGE = 'django_openS3.storage.S3StaticStorage'\n\n # Optionally set the directories in which static and media\n # files will be saved to. Defaults are listed below.\n S3_STATIC_DIR = '/static/'\n S3_MEDIA_DIR = '/media/'\n\nBug Tracker\n===========\n\nPlease report bugs!!\n`Report bugs at django_openS3's GitHub repo `_.\n\nFurther Documentation\n=====================\n\nFurther documentation can be found on `Read the Docs`_.\n\n.. _Read the Docs: http://django_opens3.readthedocs.org/en/latest/\n\n.. |docs| image:: https://readthedocs.org/projects/django_opens3/badge/\n :alt: Documentation Status\n :scale: 100%\n :target: http://django_opens3.readthedocs.org/en/latest/\n\n.. |tests| image:: https://travis-ci.org/logston/django_openS3.svg\n :target: https://travis-ci.org/logston/django_openS3", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django_openS3", "package_url": "https://pypi.org/project/django_openS3/", "platform": "", "project_url": "https://pypi.org/project/django_openS3/", "project_urls": null, "release_url": "https://pypi.org/project/django_openS3/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "", "version": "0.1.0" }, "last_serial": 1415658, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a92df8dde3d99b1b91554e08f372501b", "sha256": "27bd4fbc9f93d1fad931f8f2124dd8d659aaf80d1d1ecfbf4079ad085ee1cf55" }, "downloads": -1, "filename": "django_openS3-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a92df8dde3d99b1b91554e08f372501b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301316, "upload_time": "2015-02-09T05:34:06", "url": "https://files.pythonhosted.org/packages/77/6c/4bdcd49e31af960741bcabc81921081fbbfa40f206122a0e2fd9d5188fbb/django_openS3-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a92df8dde3d99b1b91554e08f372501b", "sha256": "27bd4fbc9f93d1fad931f8f2124dd8d659aaf80d1d1ecfbf4079ad085ee1cf55" }, "downloads": -1, "filename": "django_openS3-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a92df8dde3d99b1b91554e08f372501b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301316, "upload_time": "2015-02-09T05:34:06", "url": "https://files.pythonhosted.org/packages/77/6c/4bdcd49e31af960741bcabc81921081fbbfa40f206122a0e2fd9d5188fbb/django_openS3-0.1.0.tar.gz" } ] }