1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 06:03:45 +00:00

update docs

This commit is contained in:
rhoboro 2018-04-13 19:06:29 +09:00
parent 560ee623fd
commit 6ef6585b5a

View File

@ -209,7 +209,7 @@ For information about authentication, see this `documentation`_.
You can modify the Access Control List (ACL) policy used for the stored files,
which is defined by the :setting:`FILES_STORE_GCS_ACL` and
:setting:`IMAGES_STORE_GCS_ACL` settings. By default, the ACL is set to
None which means that Cloud Storage applies the bucket's default object ACL to the object.
``''`` (empty string) which means that Cloud Storage applies the bucket's default object ACL to the object.
To make the files publicly available use the ``publicRead``
policy::