nixery/builder
Vincent Ambo bb8652d5bf feat(storage): Add support for content-types (GCS only)
Extends storage.Persist to accept a Content-Type argument, which in
the GCS backend is persisted with the object to ensure that the object
is served back with this content-type.

This is not yet implemented for the filesystem backend, where the
parameter is simply ignored.

This should help in the case of clients which expect the returned
objects to have content-types set when, for example, fetching layers
by digest.
2020-10-29 17:07:52 +01:00
..
archive.go refactor: Reshuffle file structure for better code layout 2019-11-27 14:12:38 +00:00
builder_test.go refactor: Reshuffle file structure for better code layout 2019-11-27 14:12:38 +00:00
builder.go feat(storage): Add support for content-types (GCS only) 2020-10-29 17:07:52 +01:00
cache.go feat(storage): Add support for content-types (GCS only) 2020-10-29 17:07:52 +01:00
layers.go refactor: Reshuffle file structure for better code layout 2019-11-27 14:12:38 +00:00