Skip to content
Snippets Groups Projects
Commit a77e9064b953 authored by Efflam Lemaillet's avatar Efflam Lemaillet :robot:
Browse files

feat: Optional config for object versioning

Refs: #15
parent 1bca0d767d05
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
'help': 'Add a temporary suffix to S3 keys during transaction', 'help': 'Add a temporary suffix to S3 keys during transaction',
'group': 's3', 'group': 's3',
'level': 2}), 'level': 2}),
('s3-activate-object-versioning', {
'type': 'yn',
'default': False,
'help': 'store the objects version-id in database',
'group': 's3',
'level': 2}),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment