Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Unified expandable panels with mermaid flows, ZIP export, connection tests, and Playwright smoke coverage.
14 lines
449 B
JSON
14 lines
449 B
JSON
{
|
|
"Comment": "Replace placeholders then apply to SOURCE bucket replication. Generate live JSON via GET /api/v1/spread/aws-s3-crr-template",
|
|
"Role": "arn:aws:iam::ACCOUNT_ID:role/aetherforge-s3-shard-replication",
|
|
"Rules": [
|
|
{
|
|
"ID": "aetherforge-erasure-shard-crr",
|
|
"Status": "Enabled",
|
|
"Priority": 1,
|
|
"Filter": { "Prefix": "shards/" },
|
|
"Destination": { "Bucket": "arn:aws:s3:::DEST_BUCKET_NAME" }
|
|
}
|
|
]
|
|
}
|