fix: awsv4 signatures + http client

This commit is contained in:
Milas Bowman 2025-03-28 21:50:12 -04:00
parent bdf9298496
commit f47bdf7fd2
Signed by: milas
SSH key fingerprint: SHA256:ek2D5l1HA34B3wbdErz0QOXm1E46CVvyf/nM4Fwfx/U
7 changed files with 36 additions and 16 deletions

View file

@ -27,7 +27,7 @@ func newFixture(t testing.TB) (*fixture, context.Context) {
t: t,
ctx: ctx,
cli: cli,
bucket: k2v.Bucket("k2v-test"),
bucket: TestBucket,
}
return f, ctx