move region_name param as kwargs

This commit is contained in:
Kevin Lloyd Bernal 2023-07-24 13:08:39 +08:00
parent 9a1bf40c2f
commit a689fe5baf
1 changed files with 1 additions and 1 deletions

View File

@ -169,10 +169,10 @@ class S3FeedStorage(BlockingFeedStorage):
secret_key=None,
acl=None,
endpoint_url=None,
region_name=None,
*,
feed_options=None,
session_token=None,
region_name=None,
):
if not is_botocore_available():
raise NotConfigured("missing botocore library")