Actions
Bug #15605
closed[keepstore] Incorrect Date header when authenticating to S3 services
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Keep
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
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
Actions