A plover-nest watch account stores blobs under raw/ and publish/; only raw/ should move to Archive after inactivity. How should the developer scope the lifecycle rule?
Select an answer to reveal the explanation.
Short Explanation
Prefix filters are the “apply this rule only to aisle raw/” sign. Lifecycle does not give you a neat NOT publish/ switch—scope the rule to the paths you want. Soft delete and manual Archive on the other folder do not replace a prefix filter.
Full Explanation
Lifecycle rules can limit matched blobs with prefix filters (and index-tag filters). Official filtering is inclusive scoping, not a general NOT-path operator. Soft delete and ad-hoc Archive on other prefixes do not correctly isolate the raw/ rule.