Skip to content

Commit 7c30843

Browse files
committed
Removing minio and s3 mentions
1 parent 57c0892 commit 7c30843

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

backends/azure/azure.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,12 @@ type Options struct {
6161
// seamlessly
6262
GlobalPrefix string `yaml:"global_prefix"`
6363

64-
// EndpointURL can be set to something like "http://localhost:9000" when using Minio
65-
// or "https://s3.amazonaws.com" for AWS S3.
64+
// EndpointURL can be set to something like "http://localhost:9000" for local testing
6665
EndpointURL string `yaml:"endpoint_url"`
6766

6867
// DisableContentMd5 defines whether to disable sending the Content-MD5 header
6968
DisableContentMd5 bool `yaml:"disable_send_content_md5"`
7069

71-
// // NumMinioThreads defines the number of threads that Minio uses for its workers.
72-
// // It defaults to the using the default value defined by the Minio client.
73-
// NumMinioThreads uint `yaml:"num_minio_threads"`
74-
7570
// TLS allows customising the TLS configuration
7671
// See https://github.com/PowerDNS/go-tlsconfig for the available options
7772
TLS tlsconfig.Config `yaml:"tls"`

0 commit comments

Comments
 (0)