mirror of https://github.com/scrapy/scrapy.git
fixed minor formatting issue with new feed exports doc
This commit is contained in:
parent
e741a807d2
commit
ad3fd0afe8
|
|
@ -101,8 +101,11 @@ attribute the moment the feed is being created.
|
|||
Here are some examples to illustrate:
|
||||
|
||||
* Store in FTP using one directory per spider:
|
||||
|
||||
* ``ftp://user:password@ftp.example.com/scraping/feeds/%(name)s/%(time)s.json``
|
||||
|
||||
* Store in S3 using one directory per spider:
|
||||
|
||||
* ``s3://mybucket/scraping/feeds/%(name)s/%(time)s.json``
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue