Actions
Bug #15605
closed[keepstore] Incorrect Date header when authenticating to S3 services
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Keep
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
From a customer: The goamz
library is creating invalid RFC1123 date headers causing some S3 compatible storage solutions to deny access.
RFC1123 should be applied to local date inputs and UTC dates are being used instead, for example at: https://github.com/AdRoll/goamz/blob/9dfbede/s3/s3.go#L1151
Updated by Lucas Di Pentima about 5 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima about 5 years ago
Tom already patched our own goamz
fork at: https://github.com/curoverse/goamz/commit/1bba09f407ef1d02c90bc37eff7e91e2231fa587
Updated by Lucas Di Pentima about 5 years ago
Updated the govendor
file so that it uses the latest goamz
version at 636509feb - branch 15605-goamz-update
Test run: https://ci.curoverse.com/job/developer-run-tests/1496/
Updated by Lucas Di Pentima about 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|a6f874e7de1026f9c60bc4769f919da031927ebe.
Actions