linx-server/helpers
mutantmonkey 8098b7e39e Add PutMetadata function to storage backends (#171)
* Add PutMetadata function to storage backends

This function is not currently used, but it will be useful for helper
scripts that need to regenerate metadata on the fly, especially scripts
to migrate between storage backends. In the future, we can also use it
to automatically regenerate metadata if it is found to be missing or
corrupted.

* Add PutMetadata function to storage backend interface and
  implementations
* Rework metadata generation to be more efficient and work better with
  the PutMetadata function
* Add a basic test for metadata generation

* Change PutMetadata to take a Metadata type instead

It's unlikely that this function is useful if it always regenerates the
metadata. Instead, the caller should do that if it needs.
2019-04-09 13:28:18 -07:00
..
archive.go Add S3 backend (#156) 2019-01-24 23:33:11 -08:00
helpers.go Add PutMetadata function to storage backends (#171) 2019-04-09 13:28:18 -07:00
helpers_test.go Add PutMetadata function to storage backends (#171) 2019-04-09 13:28:18 -07:00