File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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"`
You can’t perform that action at this time.
0 commit comments