You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But SnapshotList in curator requires repository, resulting in error:
class SnapshotList(object):
def __init__(self, client, repository=None):
verify_client_object(client)
if not repository:
raise MissingArgument('No value for "repository" provided')
The text was updated successfully, but these errors were encountered:
nicholasamorim
changed the title
snapshots.show does not pass repository
snapshots.show does not pass repository resulting in error
Mar 14, 2022
Running
snapshots.show
does not passes downstream the value forrepository
toSnapshotList
.The call happens at
curator_invoke.py
But SnapshotList in curator requires repository, resulting in error:
The text was updated successfully, but these errors were encountered: