mirror of https://github.com/scrapy/scrapy.git
Fix a typo
This commit is contained in:
parent
eb0cca471d
commit
45b9dbae40
|
|
@ -196,7 +196,7 @@ class S3FeedStorage(BlockingFeedStorage):
|
|||
|
||||
import botocore.session
|
||||
|
||||
session = botocore.get_session()
|
||||
session = botocore.session.get_session()
|
||||
|
||||
self.s3_client = session.create_client(
|
||||
"s3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue