storage: allow any read-seekable data as encoded content
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/storage/files/writer.go → internal/storage/files/writer.go
@@ -44,7 +44,7 @@ Path: path, ContentType: "", LastModified: time.Time{}, Etag: "", - Encodings: map[string]*buffer.Buffer{ + Encodings: map[string]io.ReadSeeker{ "identity": nil, }, }