mod_storage_s3/mod_storage_s3.lua
changeset 5736 e8938a3166d2
parent 5732 80702e33ba71
child 5737 b6518a71ca7e
--- a/mod_storage_s3/mod_storage_s3.lua	Sun Nov 26 21:51:12 2023 +0100
+++ b/mod_storage_s3/mod_storage_s3.lua	Sun Nov 26 22:29:21 2023 +0100
@@ -198,6 +198,7 @@
 driver.archive = { __index = archive };
 
 archive.caps = {
+	full_id_range = true; -- both before and after used
 };
 
 function archive:_path(username, date, when, with, key)