{ "info": { "author": "Reuven V. Gonzales", "author_email": "reuven@tobetter.us", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python" ], "description": "s3-storages-utils - Utilities for S3+django-storages\n====================================================\n\nA simple app that allows a bit more control over the S3BotoStorage provided by\ndjango-storages\n\nIt's use is fairly simple. Just put this in your settings::\n \n # Store the static files in the directory `static` in the S3 bucket\n STATIC_S3_STORAGE_LOCATION = 'static'\n \n # Store the media files in the directory `media` in the S3 bucket\n MEDIA_S3_STORAGE_LOCATION = 'media'\n\n DEFAULT_FILE_STORAGE = 's3storagesutils.MediaCachedS3BotoStorage'\n STATICFILES_STORAGE = 's3storagesutils.StaticCachedS3BotoStorage'\n\n # If you're using compressor\n COMPRESS_STORAGE = STATICFILES_STORAGE\n\nThat's all for now!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ravenac95/django-s3-storages-utils", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-s3-storages-utils", "package_url": "https://pypi.org/project/django-s3-storages-utils/", "platform": "Unix", "project_url": "https://pypi.org/project/django-s3-storages-utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ravenac95/django-s3-storages-utils" }, "release_url": "https://pypi.org/project/django-s3-storages-utils/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "django-s3-storages-utils - Utilities for setting up s3 for use with django-storages", "version": "0.1.0" }, "last_serial": 790528, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fc39f2ece5d51bd8673a65c55329e41e", "sha256": "dae1a812ca487e8bab10171ba08c8ee02e578e4c527cf4a50cf6a57fdbd1d0d5" }, "downloads": -1, "filename": "django-s3-storages-utils-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fc39f2ece5d51bd8673a65c55329e41e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2725, "upload_time": "2012-09-11T03:40:56", "url": "https://files.pythonhosted.org/packages/c9/47/9f4879c229d5c16d60126acf046560d58227f6653e01472f3fabf1766204/django-s3-storages-utils-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc39f2ece5d51bd8673a65c55329e41e", "sha256": "dae1a812ca487e8bab10171ba08c8ee02e578e4c527cf4a50cf6a57fdbd1d0d5" }, "downloads": -1, "filename": "django-s3-storages-utils-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fc39f2ece5d51bd8673a65c55329e41e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2725, "upload_time": "2012-09-11T03:40:56", "url": "https://files.pythonhosted.org/packages/c9/47/9f4879c229d5c16d60126acf046560d58227f6653e01472f3fabf1766204/django-s3-storages-utils-0.1.0.tar.gz" } ] }