forked from TrueCloudLab/frostfs-testlib
[#305] Added IAM abstract method
This commit is contained in:
parent
5fa58a55c0
commit
3f3be83d90
2 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue