Skip to content

Commit

Permalink
lib: drop authmate presigned URL support
Browse files Browse the repository at this point in the history
closes #914

Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Dec 27, 2024
1 parent ae8f260 commit ad141ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions neofs-testlib/neofs_testlib/cli/neofs_authmate/authmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

from neofs_testlib.cli.neofs_authmate.secret import NeofsAuthmateSecret
from neofs_testlib.cli.neofs_authmate.version import NeofsAuthmateVersion
from neofs_testlib.cli.neofs_authmate.presigned import NeofsAuthmatePresigned
from neofs_testlib.shell import Shell


class NeofsAuthmate:
secret: Optional[NeofsAuthmateSecret] = None
version: Optional[NeofsAuthmateVersion] = None
presigned: Optional[NeofsAuthmatePresigned] = None

def __init__(self, shell: Shell, neofs_authmate_exec_path: str):
self.secret = NeofsAuthmateSecret(shell, neofs_authmate_exec_path)
self.version = NeofsAuthmateVersion(shell, neofs_authmate_exec_path)
self.presigned = NeofsAuthmatePresigned(shell, neofs_authmate_exec_path)
33 changes: 0 additions & 33 deletions neofs-testlib/neofs_testlib/cli/neofs_authmate/presigned.py

This file was deleted.

0 comments on commit ad141ac

Please sign in to comment.