# HG changeset patch # User Kim Alvefur # Date 1701034161 -3600 # Node ID e8938a3166d2df02a2340f829253d03d2706e8e9 # Parent 1bdc6b5979ee1aeca3835eaf97709981496c3a51 mod_storage_s3: Advertise full id range archive query capability diff -r 1bdc6b5979ee -r e8938a3166d2 mod_storage_s3/mod_storage_s3.lua --- 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)