Skip to content

Commit

Permalink
fix: add bucketname
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 13, 2024
1 parent 3238505 commit 82a9056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfgldr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Bucket struct {
AccessKeyID string `mapstructure:"access_key_id"`
SecretAccessKey string `mapstructure:"secret_access_key"`
UseSSL bool `mapstructure:"use_ssl"`
// BucketName string `mapstructure:"bucket_name"`
BucketName string `mapstructure:"bucket_name"`
// Region string `mapstructure:"region"`
}

Expand Down
2 changes: 1 addition & 1 deletion config/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bucket:
access_key_id: <access_key_id>
secret_access_key: <secret_access_key>
use_ssl: false

bucket_name: <bucket name>

0 comments on commit 82a9056

Please sign in to comment.