b2: Include custom upload headers in large file info - fixes #7744
This commit is contained in:
parent
495a5759d3
commit
56caab2033
7 changed files with 226 additions and 74 deletions
|
@ -58,7 +58,7 @@ func (f *Fs) InternalTestMetadata(t *testing.T) {
|
|||
// "tier" - read only
|
||||
// "btime" - read only
|
||||
}
|
||||
obj := fstests.PutTestContentsMetadata(ctx, t, f, &item, contents, true, "text/html", metadata)
|
||||
obj := fstests.PutTestContentsMetadata(ctx, t, f, &item, true, contents, true, "text/html", metadata)
|
||||
defer func() {
|
||||
assert.NoError(t, obj.Remove(ctx))
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue