]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: LC expiration header should present midnight expiration date 31887/head
authorOr Friedmann <ofriedma@redhat.com>
Tue, 26 Nov 2019 13:34:29 +0000 (15:34 +0200)
committerOr Friedmann <ofriedma@redhat.com>
Tue, 26 Nov 2019 14:26:29 +0000 (16:26 +0200)
commit08fbc9daf466ace29973b221792816af65683889
tree0647236fbd0e7029b7adb29be9a15d3aa8fba49b
parent076abcc21b773353821fb157f9156e6586562d47
rgw: LC expiration header should present midnight expiration date

According to this one the expiration date should be midnight.
In obj_has_expired() it already does it but the expiration  header is still not midnight

Signed-off-by: Or Friedmann <ofriedma@redhat.com>
https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions
src/rgw/rgw_lc.cc