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 7c7f74edb8c717b3af647d3e80aa366f3ab49b63
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Sep 13 21:25:09 2023 +0200

    Remove unnecessary driver connection and storage class. This hasn't been
    needed anymore since we switched to the "region" constructor argument
    many years ago.
---
 libcloud/storage/drivers/s3.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py
index b5e0bcf95..00bb44755 100644
--- a/libcloud/storage/drivers/s3.py
+++ b/libcloud/storage/drivers/s3.py
@@ -1460,14 +1460,6 @@ class S3EUNorth1StorageDriver(S3StorageDriver):
     ex_location_name = "eu-north-1"
     region_name = "eu-north-1"
 
-class S3EUSouth1Connection(S3SignatureV4Connection):
-    host = S3_EU_SOUTH1_HOST
-
-class S3EUSouth1StorageDriver(S3StorageDriver):
-    name = 'Amazon S3 (eu-south-1)'
-    connectionCls = S3EUSouth1Connection
-    ex_location_name = 'eu-south-1'
-    region_name = 'eu-south-1'
 
 class S3APSEStorageDriver(S3StorageDriver):
     name = "Amazon S3 (ap-southeast-1)"

Reply via email to