Skip to content

Commit

Permalink
Merge pull request #4 from nehrman/adding_s3_endpoint
Browse files Browse the repository at this point in the history
Go Formatter
  • Loading branch information
nehrman authored Sep 21, 2020
2 parents 2a47c5e + 26d6eb7 commit bba9c4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import (

// Configuration is the overall config object
type Configuration struct {
Address string `json:"addr"`
Retain int64 `json:"retain"`
Address string `json:"addr"`
Retain int64 `json:"retain"`
Frequency string `json:"frequency"`
AWS S3Config `json:"aws_storage"`
Local LocalConfig `json:"local_storage"`
GCP GCPConfig `json:"google_storage"`
Azure AzureConfig `json:"azure_storage"`
RoleID string `json:"role_id"`
SecretID string `json:"secret_id"`
AWS S3Config `json:"aws_storage"`
Local LocalConfig `json:"local_storage"`
GCP GCPConfig `json:"google_storage"`
Azure AzureConfig `json:"azure_storage"`
RoleID string `json:"role_id"`
SecretID string `json:"secret_id"`
}

// AzureConfig is the configuration for Azure blob snapshots
Expand Down

0 comments on commit bba9c4b

Please sign in to comment.