Software /
code /
prosody-modules
Changeset
5755:e8938a3166d2
mod_storage_s3: Advertise full id range archive query capability
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Nov 2023 22:29:21 +0100 |
parents | 5754:1bdc6b5979ee |
children | 5756:b6518a71ca7e |
files | mod_storage_s3/mod_storage_s3.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)