Skip to content

Commit

Permalink
feat: remove deprecated s3 pipe (#1291)
Browse files Browse the repository at this point in the history
* feat: remove deprecated s3 pipe

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go mod tidy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 26, 2020
1 parent f1fc2c0 commit 5f2cf50
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 775 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
code.gitea.io/sdk/gitea v0.0.0-20191013013401-e41e9ea72caa
github.com/Masterminds/semver/v3 v3.0.3
github.com/apex/log v1.1.1
github.com/aws/aws-sdk-go v1.25.11
github.com/aws/aws-sdk-go v1.25.11 // indirect
github.com/caarlos0/ctrlc v1.0.0
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
github.com/fatih/color v1.9.0
Expand Down
2 changes: 0 additions & 2 deletions internal/pipe/publish/publish.go
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/goreleaser/goreleaser/internal/pipe/brew"
"github.com/goreleaser/goreleaser/internal/pipe/docker"
"github.com/goreleaser/goreleaser/internal/pipe/release"
"github.com/goreleaser/goreleaser/internal/pipe/s3"
"github.com/goreleaser/goreleaser/internal/pipe/scoop"
"github.com/goreleaser/goreleaser/internal/pipe/snapcraft"
"github.com/goreleaser/goreleaser/internal/pipe/upload"
Expand All @@ -36,7 +35,6 @@ type Publisher interface {

// nolint: gochecknoglobals
var publishers = []Publisher{
s3.Pipe{},
blob.Pipe{},
upload.Pipe{},
artifactory.Pipe{},
Expand Down
86 changes: 0 additions & 86 deletions internal/pipe/s3/awssession.go

This file was deleted.

202 changes: 0 additions & 202 deletions internal/pipe/s3/awssession_test.go

This file was deleted.

0 comments on commit 5f2cf50

Please sign in to comment.