Skip to content

Commit

Permalink
lint: stop using deprecated field in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Aug 10, 2022
1 parent 89ab5e5 commit 514ef91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/bucket/azure/bucket_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func NewBucketClient(cfg Config, name string, logger log.Logger) (objstore.Bucke
bucketConfig.ContainerName = cfg.ContainerName
bucketConfig.Endpoint = cfg.Endpoint
bucketConfig.MaxRetries = cfg.MaxRetries
bucketConfig.MSIResource = cfg.MSIResource
bucketConfig.UserAssignedID = cfg.UserAssignedID

// Thanos currently doesn't support passing the config as is, but expects a YAML,
Expand Down

0 comments on commit 514ef91

Please sign in to comment.