mirror of
https://github.com/ceph/ceph
synced 2025-01-01 00:22:25 +00:00
Merge pull request #45506 from dang/wip-dang-53614
RGW - Make admin bucket chown accept marker reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
db6104af8d
@ -6807,7 +6807,6 @@ int main(int argc, const char **argv)
|
||||
bucket_op.set_bucket_name(bucket_name);
|
||||
bucket_op.set_new_bucket_name(new_bucket_name);
|
||||
string err;
|
||||
string marker;
|
||||
|
||||
int r = RGWBucketAdminOp::chown(store, bucket_op, marker, dpp(), &err);
|
||||
if (r < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user