S3 IAM support (#7058)

* add s3 dependencly

* rewrite image uploader by aws-sdk-go

* improve backward compatibility of s3 image uploading

* set default for expires option

* remove acl and expires
This commit is contained in:
Mitsuhiro Tanda
2017-01-11 14:00:49 +01:00
committed by Torkel Ödegaard
parent 2e796da441
commit 7e4c101d02
17 changed files with 15150 additions and 46 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ import (
"runtime"
"strings"
"github.com/go-macaron/session"
"gopkg.in/ini.v1"
"github.com/go-macaron/session"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/util"
)