This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit e95414405356ffc21a4feb0434b190a0da5600e5
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Sep 13 21:28:11 2023 +0200

    Fix lint.
---
 libcloud/storage/drivers/s3.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py
index 00bb44755..f9ab49a09 100644
--- a/libcloud/storage/drivers/s3.py
+++ b/libcloud/storage/drivers/s3.py
@@ -69,7 +69,7 @@ S3_EU_WEST_HOST = "s3-eu-west-1.amazonaws.com"
 S3_EU_WEST2_HOST = "s3-eu-west-2.amazonaws.com"
 S3_EU_CENTRAL_HOST = "s3-eu-central-1.amazonaws.com"
 S3_EU_NORTH1_HOST = "s3-eu-north-1.amazonaws.com"
-S3_EU_SOUTH1_HOST = 's3-eu-south-1.amazonaws.com'
+S3_EU_SOUTH1_HOST = "s3-eu-south-1.amazonaws.com"
 S3_AP_SOUTH_HOST = "s3-ap-south-1.amazonaws.com"
 S3_AP_SOUTHEAST_HOST = "s3-ap-southeast-1.amazonaws.com"
 S3_AP_SOUTHEAST2_HOST = "s3-ap-southeast-2.amazonaws.com"
@@ -95,7 +95,7 @@ REGION_TO_HOST_MAP = {
     "eu-west-2": S3_EU_WEST2_HOST,
     "eu-west-3": "s3.eu-west-3.amazonaws.com",
     "eu-north-1": "s3.eu-north-1.amazonaws.com",
-    'eu-south-1': 's3.eu-south-1.amazonaws.com',
+    "eu-south-1": "s3.eu-south-1.amazonaws.com",
     "eu-central-1": S3_EU_CENTRAL_HOST,
     "ap-south-1": S3_AP_SOUTH_HOST,
     "ap-southeast-1": S3_AP_SOUTHEAST_HOST,

Reply via email to