File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ This 1.1 release brings a lot of interesting features and bug fixes:
46
46
If you use ``PythonItemExporter ``, you may want to update your code to
47
47
disable binary mode which is now deprecated.
48
48
- 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.
49
53
50
54
Keep reading for more details on other improvements and bug fixes.
51
55
@@ -64,7 +68,6 @@ Almost all builtin extensions/middlewares are expected to work. However, we are
64
68
some limitations in Python 3:
65
69
66
70
- 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 `)
68
71
- Sending emails is not supported (non-Python 3 ported Twisted dependency)
69
72
- FTP download handler is not supported (non-Python 3 ported Twisted
70
73
dependency)
You can’t perform that action at this time.
0 commit comments