Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ErrInvalidRootUserCredentials (0.1 sec)

  1. cmd/common-main.go

    	if err != nil {
    		if legacyCredentials {
    			logger.Fatal(config.ErrInvalidCredentials(err),
    				"Unable to validate credentials inherited from the shell environment")
    		} else {
    			logger.Fatal(config.ErrInvalidRootUserCredentials(err),
    				"Unable to validate credentials inherited from the shell environment")
    		}
    	}
    	if env.IsSet(config.EnvAccessKey) && env.IsSet(config.EnvSecretKey) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 32.5K bytes
    - Viewed (0)
Back to top