mirror of https://github.com/scrapy/scrapy.git
Merge pull request #4782 from sripriyesha/patch-1
add mention of FTP server storage in media storage intro
This commit is contained in:
commit
85e13aff74
|
|
@ -15,7 +15,7 @@ typically you'll either use the Files Pipeline or the Images Pipeline.
|
|||
Both pipelines implement these features:
|
||||
|
||||
* Avoid re-downloading media that was downloaded recently
|
||||
* Specifying where to store the media (filesystem directory, Amazon S3 bucket,
|
||||
* Specifying where to store the media (filesystem directory, FTP server, Amazon S3 bucket,
|
||||
Google Cloud Storage bucket)
|
||||
|
||||
The Images Pipeline has a few extra functions for processing images:
|
||||
|
|
|
|||
Loading…
Reference in New Issue