Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for midpoint (0.22 sec)

  1. internal/logger/legacy.go

    	"github.com/minio/minio/internal/config"
    	"github.com/minio/minio/internal/logger/target/http"
    )
    
    // Legacy envs
    const (
    	legacyEnvAuditLoggerHTTPEndpoint = "MINIO_AUDIT_LOGGER_HTTP_ENDPOINT"
    	legacyEnvLoggerHTTPEndpoint      = "MINIO_LOGGER_HTTP_ENDPOINT"
    )
    
    // SetLoggerHTTPAudit - helper for migrating older config to newer KV format.
    func SetLoggerHTTPAudit(scfg config.Config, k string, args http.Config) {
    	if !args.Enabled {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Aug 03 09:47:07 GMT 2023
    - 2K bytes
    - Viewed (1)
  2. internal/config/notify/legacy.go

    	}
    
    	s[config.NotifyWebhookSubSys][whName] = config.KVS{
    		config.KV{
    			Key:   config.Enable,
    			Value: config.EnableOn,
    		},
    		config.KV{
    			Key:   target.WebhookEndpoint,
    			Value: cfg.Endpoint.String(),
    		},
    		config.KV{
    			Key:   target.WebhookAuthToken,
    			Value: cfg.AuthToken,
    		},
    		config.KV{
    			Key:   target.WebhookQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 19 04:37:54 GMT 2024
    - 13.1K bytes
    - Viewed (0)
Back to top