mirror of
https://github.com/versity/versitygw.git
synced 2026-01-05 03:24:04 +00:00
This syncs recent updates to posix for scoutfs backend including the extra metadata such as Content-Disposition, Content-Language, Cache-Control and Expires. This also fixes the directory object listings that have a double trailing slash due to the change in the backend.Walk(). This also simplifies head-object to call the posix on and then post process for glacier changes. This allows keeping in closer sync with posix head-object over time.