From 17044f43dc43b43fb157bcb4d68ef828bfa625b4 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 16 Mar 2017 01:28:44 +0300 Subject: [PATCH] Bump Go AWS SDK to the latest version This seems to fix `NotImplemented` S3 error --- Gomfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomfile b/Gomfile index c96908e4..a52b9618 100644 --- a/Gomfile +++ b/Gomfile @@ -1,6 +1,6 @@ gom 'github.com/AlekSi/pointer', :commit => '5f6d527dae3d678b46fbb20331ddf44e2b841943' gom 'github.com/awalterschulze/gographviz', :commit => '20d1f693416d9be045340150094aa42035a41c9e' -gom 'github.com/aws/aws-sdk-go', :commit => 'a170e9cb76475a0da7c0326a13cc2b39e9244b3b' +gom 'github.com/aws/aws-sdk-go', :commit => '2b26ad567f305510849d93c5d2025a8b561f2367' gom 'github.com/cheggaaa/pb', :commit => '2c1b74620cc58a81ac152ee2d322e28c806d81ed' gom 'github.com/DisposaBoy/JsonConfigReader', :commit => '33a99fdf1d5ee1f79b5077e9c06f955ad356d5f4' gom 'github.com/gin-gonic/gin', :commit => 'b1758d3bfa09e61ddbc1c9a627e936eec6a170de'