mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-23 20:35:23 +00:00
Code style fix
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@ logger = logging.getLogger("parsedmarc")
|
||||
class S3Client(object):
|
||||
"""A client for a Amazon S3"""
|
||||
|
||||
def __init__(self, bucket_name, bucket_path, region_name, endpoint_url, access_key_id, secret_access_key):
|
||||
def __init__(self, bucket_name, bucket_path, region_name, endpoint_url,
|
||||
access_key_id, secret_access_key):
|
||||
"""
|
||||
Initializes the S3Client
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user