improved authentication check
This commit is contained in:
@@ -2,6 +2,10 @@ package s3browser
|
||||
|
||||
import "fmt"
|
||||
|
||||
var (
|
||||
ErrNotAuthenticated = ExtendError("UNAUTHENTICATED", "No valid authentication provided")
|
||||
)
|
||||
|
||||
type ExtendedError struct {
|
||||
Message string
|
||||
Code string
|
||||
|
||||
Reference in New Issue
Block a user