From: Casey Bodley Date: Wed, 26 Mar 2025 16:22:07 +0000 (-0400) Subject: rgw: add release note for newly-quoted ETag values X-Git-Tag: testing/wip-vshankar-testing-20250603.055014-reef-debug~23^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=619e809e5e4d1867d8074c9a0b94137eea9f4899;p=ceph-ci.git rgw: add release note for newly-quoted ETag values Signed-off-by: Casey Bodley (cherry picked from commit b1c795847bd68331d657cf9fe2259ae79bbdec40) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 6aaa4ffb30f..9b44cf40bec 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -13,6 +13,8 @@ kernel, then the mapping is retried using the legacy ioctl interface. * RGW: PutObjectLockConfiguration can now be used to enable S3 Object Lock on an existing versioning-enabled bucket that was not created with Object Lock enabled. +* RGW: Adding missing quotes to the ETag values returned by S3 CopyPart, + PostObject and CompleteMultipartUpload responses. * RADOS: A new command, `ceph osd rm-pg-upmap-primary-all`, has been added that allows users to clear all pg-upmap-primary mappings in the osdmap when desired.