mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-04-24 07:28:55 -05:00
Fixed noaws version
This commit is contained in:
@@ -30,7 +30,7 @@ func IsAvailable() bool {
|
||||
|
||||
// IsValidLogin checks if a valid login was provided
|
||||
func IsValidLogin(config models.AwsConfig) (bool, error) {
|
||||
return "", errors.New(errorString)
|
||||
return false, errors.New(errorString)
|
||||
}
|
||||
|
||||
// AddBucketName adds the bucket name to the file to be stored
|
||||
|
||||
Reference in New Issue
Block a user