mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 04:04:13 +00:00
DOC Place FEED_TEMPDIR setting at lexicographical position
This commit is contained in:
parent
0700e437f2
commit
9b3c72cb37
@ -178,15 +178,6 @@ Default: ``None``
|
|||||||
The AWS secret key used by code that requires access to `Amazon Web services`_,
|
The AWS secret key used by code that requires access to `Amazon Web services`_,
|
||||||
such as the :ref:`S3 feed storage backend <topics-feed-storage-s3>`.
|
such as the :ref:`S3 feed storage backend <topics-feed-storage-s3>`.
|
||||||
|
|
||||||
.. setting:: FEED_TEMPDIR
|
|
||||||
|
|
||||||
FEED_TEMPDIR
|
|
||||||
------------
|
|
||||||
|
|
||||||
The Feed Temp dir allows you to set a custom folder to save crawler
|
|
||||||
temporary files before uploading with :ref:`FTP feed storage <topics-feed-storage-ftp>` and
|
|
||||||
:ref:`Amazon S3 <topics-feed-storage-s3>`.
|
|
||||||
|
|
||||||
.. setting:: BOT_NAME
|
.. setting:: BOT_NAME
|
||||||
|
|
||||||
BOT_NAME
|
BOT_NAME
|
||||||
@ -688,6 +679,16 @@ For more information See the :ref:`extensions user guide <topics-extensions>`
|
|||||||
and the :ref:`list of available extensions <topics-extensions-ref>`.
|
and the :ref:`list of available extensions <topics-extensions-ref>`.
|
||||||
|
|
||||||
|
|
||||||
|
.. setting:: FEED_TEMPDIR
|
||||||
|
|
||||||
|
FEED_TEMPDIR
|
||||||
|
------------
|
||||||
|
|
||||||
|
The Feed Temp dir allows you to set a custom folder to save crawler
|
||||||
|
temporary files before uploading with :ref:`FTP feed storage <topics-feed-storage-ftp>` and
|
||||||
|
:ref:`Amazon S3 <topics-feed-storage-s3>`.
|
||||||
|
|
||||||
|
|
||||||
.. setting:: FILES_STORE_S3_ACL
|
.. setting:: FILES_STORE_S3_ACL
|
||||||
|
|
||||||
FILES_STORE_S3_ACL
|
FILES_STORE_S3_ACL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user