From 90c64a6d136bc28a8deb4cfecced61d1fe136491 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 29 Feb 2016 12:27:25 +0100 Subject: [PATCH] Update release notes about change of default S3 ACL policy to "private" --- docs/news.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index d3457a775..e6625c99f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -46,6 +46,10 @@ This 1.1 release brings a lot of interesting features and bug fixes: If you use ``PythonItemExporter``, you may want to update your code to disable binary mode which is now deprecated. - Accept XML node names containing dots as valid (:issue:`1533`). + - When uploading files or images to S3 (with ``FilesPipeline`` or + ``ImagesPipeline``), the default ACL policy is now "private" instead + of "public" **Warning: backwards incompatible!**. + You can use :setting:`FILES_STORE_S3_ACL` to change it. Keep reading for more details on other improvements and bug fixes. @@ -64,7 +68,6 @@ Almost all builtin extensions/middlewares are expected to work. However, we are some limitations in Python 3: - Scrapy doesn't work yet in Windows with Python 3 (non-Python 3 ported Twisted dependency) -- S3 downloads are not supported (see :issue:`1718`) - Sending emails is not supported (non-Python 3 ported Twisted dependency) - FTP download handler is not supported (non-Python 3 ported Twisted dependency)