ceph radosgw (set)lifecycle - AWS v4 is broken
Posted on Wed 26 April 2017 in Ceph • Tagged with ceph, elasticsearch, radosgw, howto, linux, notepad, work • 1 min read
First - s3cmd config
Setting signature_v2 = true
is not enough! You have to set --signature-v2
as a parameter.
Second - 'Prefix' tag
You have specify a Prefix
tag - and yes with a captial P!
without prefix tag
<LifecycleConfiguration>
<Rule>
<ID>ExampleRule</ID>
<Status>Enabled</Status>
<Expiration>
<Days>1</Days>
</Expiration>
</Rule>
</LifecycleConfiguration …
Continue reading