Bug #67787
closedrgw/storage class - copyobject should not inherit storage class
0%
Description
If ceph rgw copyobject is given a storage class, it correctly stores the new object with that class. If the storage class is not specified, it is set to the same storage class as the source object. I believe this is incorrect. According to the aws doc, if the storage class is not specified, it is set to 'STANDARD'.
Files
Updated by Raja Sharma over 1 year ago
- Assignee changed from Marcus Watts to Raja Sharma
Updated by Raja Sharma about 1 year ago
Status Change: Closed
Validated with upstream main branch.
if ceph rgw copyobject is given a storage-class, it correctly stores new object with that storage-class.
And if there is no storage-class given, it correctly stores new object with STANDARD(according to AWS Doc https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html) not source storage-class.
So, Already fixed
