aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/s3_get.rs')
-rw-r--r--src/api/s3_get.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/s3_get.rs b/src/api/s3_get.rs
index 1a23f476..68e7c66a 100644
--- a/src/api/s3_get.rs
+++ b/src/api/s3_get.rs
@@ -16,6 +16,8 @@ fn object_headers(
version: &ObjectVersion,
version_meta: &ObjectVersionMeta,
) -> http::response::Builder {
+ debug!("Version meta: {:?}", version_meta);
+
let date = UNIX_EPOCH + Duration::from_millis(version.timestamp);
let date_str = httpdate::fmt_http_date(date);