]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/storage class: don't store/report STANDARD storage class.
authorMarcus Watts <mwatts@redhat.com>
Wed, 28 Aug 2024 15:42:05 +0000 (11:42 -0400)
committerMarcus Watts <mwatts@redhat.com>
Thu, 16 Oct 2025 20:44:40 +0000 (16:44 -0400)
commitbe430e2b8baf877cda58dc09b2e9391b8c798587
tree4b695521c582f882ac8e95793a859c780d055ad7
parent5558abb1967939ac061bbd6bb72a77c74429997e
rgw/storage class: don't store/report STANDARD storage class.

While 'STANDARD' is a valid storage class, it is not supposed
to ever be returned when fetching an object.  This change suppresses
storing 'STANDARD' as the attribute value, so that objects
explicitly created with 'STANDARD' will in fact be indistinguishable
from those where it was implicitly set.

Fixes: https://tracker.ceph.com/issues/67786
Signed-off-by: Marcus Watts <mwatts@redhat.com>
src/rgw/driver/rados/rgw_rados.cc