Hi, > [...] In swift.py , have I just to add headers['X-Delete-After'] = ... > to get this feature working ? as you can see here https://bitbucket.org/nikratio/s3ql/src/4fc64744c005a5bcd990266bcc67664a720f5112/src/s3ql/backends/swift.py?at=default&fileviewer=file-view-default#swift.py-609 this gets already used. (For older Swift versions which do not support X-Fresh-Metadata)
But for what do you want to use X-Delete-After? Hopefully not for the normal data blocks/files? S3QL will not handle it well when the backend just removes data blocks on its own. Maybe have a look at http://www.rath.org/s3ql-docs/impl_details.html#data-storage -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
