You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-17 01:42:37 +02:00
feat: added blob.region and blob.disableSSL (#1279)
* feat: added blob.region and blob.disableSSL Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: simplified url Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
60f4fe7d2d
commit
05116ff8e6
@ -36,6 +36,7 @@ func TestMinioUpload(t *testing.T) {
|
||||
{
|
||||
Provider: "s3",
|
||||
Bucket: "test",
|
||||
Region: "us-east",
|
||||
Endpoint: "http://" + listen,
|
||||
IDs: []string{"foo", "bar"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user