log mod_storage_s3/mod_storage_s3.lua @ 5819:bb51cf204dd4

age author description
15 months ago Kim Alvefur mod_storage_s3: Fix mapping archive query limit to ?max-keys=
15 months ago Kim Alvefur mod_storage_s3: Remove wrapper and original timestamp from payload (BC)
15 months ago Kim Alvefur mod_storage_s3: Fix sorting items by correct field
15 months ago Kim Alvefur mod_storage_s3: Fix passing of prefixes, should not be urlencoded
16 months ago Kim Alvefur mod_storage_s3: Sort archive items by LastModified
16 months ago Kim Alvefur mod_storage_s3: Reorder path components (BC: invalidates any existing data)
16 months ago Kim Alvefur mod_storage_s3: Fix querying for basic MAM parameters
16 months ago Kim Alvefur mod_storage_s3: Implement search for set of IDs
16 months ago Kim Alvefur mod_storage_s3: Advertise full id range archive query capability
16 months ago Kim Alvefur mod_storage_s3: Fix storing archives for host itself (e.g. mod_audit)
16 months ago Kim Alvefur mod_storage_s3: Enable connection pooling added in latest trunk
16 months ago Kim Alvefur mod_storage_s3: Fix logging
16 months ago Kim Alvefur mod_storage_s3: Sort imports
16 months ago Kim Alvefur mod_storage_s3: Implement archive store deletion
16 months ago Kim Alvefur mod_storage_s3: Skip archive items matching on date but not full datetime
16 months ago Kim Alvefur mod_storage_s3: Move request signing into a net.http hook
17 months ago Kim Alvefur mod_storage_s3: Treat 404 to GET as a signal for empty data
17 months ago Kim Alvefur mod_storage_s3: Use '@' as placeholder for empty (host) store slots
17 months ago Kim Alvefur mod_storage_s3: Handle archive query without parameters
17 months ago Kim Alvefur mod_storage_s3: Implement Archive storage
17 months ago Kim Alvefur mod_storage_s3: Implement iteration of keyvalue keys (users usually)
17 months ago Kim Alvefur mod_storage_s3: Implement keyvalue deletion
17 months ago Kim Alvefur mod_storage_s3: Handle signing of request ?query part
17 months ago Kim Alvefur mod_storage_s3: Beginnings of an experimental S3 storage driver