Skip to content

Commit 90c64a6

Browse files
committed
Update release notes about change of default S3 ACL policy to "private"
1 parent 7415861 commit 90c64a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/news.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ This 1.1 release brings a lot of interesting features and bug fixes:
4646
If you use ``PythonItemExporter``, you may want to update your code to
4747
disable binary mode which is now deprecated.
4848
- Accept XML node names containing dots as valid (:issue:`1533`).
49+
- When uploading files or images to S3 (with ``FilesPipeline`` or
50+
``ImagesPipeline``), the default ACL policy is now "private" instead
51+
of "public" **Warning: backwards incompatible!**.
52+
You can use :setting:`FILES_STORE_S3_ACL` to change it.
4953

5054
Keep reading for more details on other improvements and bug fixes.
5155

@@ -64,7 +68,6 @@ Almost all builtin extensions/middlewares are expected to work. However, we are
6468
some limitations in Python 3:
6569

6670
- Scrapy doesn't work yet in Windows with Python 3 (non-Python 3 ported Twisted dependency)
67-
- S3 downloads are not supported (see :issue:`1718`)
6871
- Sending emails is not supported (non-Python 3 ported Twisted dependency)
6972
- FTP download handler is not supported (non-Python 3 ported Twisted
7073
dependency)

0 commit comments

Comments
 (0)