diff --git a/library/cloud/rax_files_objects b/library/cloud/rax_files_objects index b628ff14027..0b733487714 100644 --- a/library/cloud/rax_files_objects +++ b/library/cloud/rax_files_objects @@ -572,8 +572,8 @@ def main(): method=dict(default='get', choices=['put', 'get', 'delete']), type=dict(default='file', choices=['file', 'meta']), meta=dict(type='dict', default=dict()), - clear_meta=dict(choices=BOOLEANS, default=False, type='bool'), - structure=dict(choices=BOOLEANS, default=True, type='bool'), + clear_meta=dict(default=False, type='bool'), + structure=dict(default=True, type='bool'), expires=dict(type='int'), ) )