Skip to content

Commit 3079b2a

Browse files
committed
disable aws tests
1 parent 592a7c8 commit 3079b2a

File tree

3 files changed

+585
-584
lines changed

3 files changed

+585
-584
lines changed

get.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ func init() {
6565
}
6666

6767
Getters = map[string]Getter{
68-
"file": new(FileGetter),
69-
"git": new(GitGetter),
70-
"gcs": new(GCSGetter),
71-
"hg": new(HgGetter),
72-
"s3": new(S3Getter),
68+
"file": new(FileGetter),
69+
"git": new(GitGetter),
70+
"gcs": new(GCSGetter),
71+
"hg": new(HgGetter),
72+
// disabling s3 for now
73+
// "s3": new(S3Getter),
7374
"http": httpGetter,
7475
"https": httpGetter,
7576
}

0 commit comments

Comments
 (0)