Tags: PressureTank/edge
Tags
pkg/linksharing/sharing: extend Accept-Encoding parsing for zip content When handling requests for files inside ZIPs, the Accept-Encoding request header is now parsed according to RFC 9110. Previously, we used a simpler parsing mechanism which broke when qvalues were specified. Resolves storj#377 Change-Id: I57efb16b40d573e99568f5a4a9af6ef08ce56130
MAINTAINERS.md: update release process description (storj#370) * mainteiners.md: update release process description * Update MAINTAINERS.md Co-authored-by: Artur M. Wolff <artur@storj.io> --------- Co-authored-by: Antonio Franco <antonio@storj.io> Co-authored-by: Artur M. Wolff <artur@storj.io>
pkg/auth/spannerauth: fix zero time for expires_at records currently we are setting a zero time value in the database during the spannerauthmigration process, e.g. 0001-01-01T00:00:00Z, which results in row deletion policy / TTL deleting records that weren't supposed to expire. this change adds a check to spannerauth.Put to ensure we aren't going to write a zero value expiry time, but keep it as null so the row deletion policy won't delete them. Change-Id: I15d289b9db79ce6573db9b3f27cc301f2d1eae24
PreviousNext