Bump arsenal to 8.5.6 to support V2 replication bucket metadata#1334
Bump arsenal to 8.5.6 to support V2 replication bucket metadata#1334maeldonn wants to merge 2 commits into
Conversation
Align with the arsenal version cloudserver ships. Arsenal >= 8.4.7 writes bucket replication metadata in the V2 (multi-destination CRR) format without the deprecated top-level destination. Arsenal 8.2.28 asserted that field unconditionally and crashed utapi when reading such buckets. Issue: UTAPI-124
Cover getBucket/bucketExists against V1, V2 single-destination and multi-destination CRR bucket metadata, plus error paths. Issue: UTAPI-124
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
|
@leif-scality I think we should target a new |
ye can |
|
So this PR will make utapi not compatible with |
This fixed the integration problem |
Align with the arsenal version cloudserver ships. Arsenal >= 8.4.7 writes
bucket replication metadata in the V2 (multi-destination CRR) format
without the deprecated top-level destination. Arsenal 8.2.28 asserted that
field unconditionally and crashed utapi when reading such buckets.
Issue: UTAPI-124