Skip to content

Commit

Permalink
Merge pull request #140 from sabre1041/fix-rados
Browse files Browse the repository at this point in the history
Fixed issues with RADOS storage backend
  • Loading branch information
Kurtis Mullins authored Feb 3, 2020
2 parents a8ef585 + 48ad3fc commit 42ec9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/quayecosystem/resources/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ type AzureRegistryBackendSource struct {
// RADOSRegistryBackendSource defines Ceph RADOS registry storage
type RADOSRegistryBackendSource struct {
StoragePath string `json:"storage_path,omitempty,name=storage_path"`
BucketName string `json:"s3_bucket,omitempty,name=s3_bucket"`
AccessKey string `json:"access_key,omitempty,name=s3_access_key"`
SecretKey string `json:"secret_key,omitempty,name=s3_secret_key"`
BucketName string `json:"bucket_name,omitempty,name=bucket_name"`
AccessKey string `json:"access_key,omitempty,name=access_key"`
SecretKey string `json:"secret_key,omitempty,name=secret_key"`
Hostname string `json:"hostname,omitempty,name=hostname"`
Secure bool `json:"is_secure,omitempty,name=is_secure"`
Port int `json:"port,omitempty,name=port"`
Expand Down

0 comments on commit 42ec9b9

Please sign in to comment.