Skip to content

backup: Don't write .attrs for fileblob

Will Chandler (ex-GitLab) requested to merge wc/no-write-attrs into master

By default fileblob will write a JSON-encoded .attrs file for each file written to a bucket, containing an md5 sum, and various headers like user.content_encoding.

This file is serves no purpose for us, so disable it by setting the MetadataDontWrite option.

Merge request reports