[#305] Added IAM abstract method

This commit is contained in:
Ilyas Niyazov 2024-10-21 09:01:37 +03:00 committed by Ilyas Niyazov
parent 5fa58a55c0
commit 3f3be83d90
2 changed files with 6 additions and 2 deletions

View file

@ -58,6 +58,10 @@ class S3ClientWrapper(HumanReadableABC):
def set_endpoint(self, s3gate_endpoint: str):
"""Set endpoint"""
@abstractmethod
def set_iam_endpoint(self, iam_endpoint: str):
"""Set iam endpoint"""
@abstractmethod
def create_bucket(
self,