updated to buckete.minio.store virtual host style
This commit is contained in:
committed by
=Michael Hohn
parent
8d4c766e8c
commit
47a021d84a
@@ -2,14 +2,15 @@ package artifactstore
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
)
|
||||
|
||||
// Restrict the keys / values for ArtifactLocation and centralize the common ones
|
||||
// here
|
||||
const (
|
||||
AF_BUCKETNAME_RESULTS = "results"
|
||||
AF_BUCKETNAME_PACKS = "packs"
|
||||
AF_BUCKETNAME_RESULTS = "mrvabucket"
|
||||
AF_BUCKETNAME_PACKS = "mrvabucket"
|
||||
)
|
||||
|
||||
type ArtifactLocation struct {
|
||||
|
||||
Reference in New Issue
Block a user