Skip to content

Commit

Permalink
disable aws tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-labry committed Sep 20, 2022
1 parent 592a7c8 commit 3079b2a
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 584 deletions.
11 changes: 6 additions & 5 deletions get.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ func init() {
}

Getters = map[string]Getter{
"file": new(FileGetter),
"git": new(GitGetter),
"gcs": new(GCSGetter),
"hg": new(HgGetter),
"s3": new(S3Getter),
"file": new(FileGetter),
"git": new(GitGetter),
"gcs": new(GCSGetter),
"hg": new(HgGetter),
// disabling s3 for now
// "s3": new(S3Getter),
"http": httpGetter,
"https": httpGetter,
}
Expand Down
Loading

0 comments on commit 3079b2a

Please sign in to comment.