aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_credentials.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-07 00:29:17 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-07 00:29:17 -0800
commitfce880308773a1bbc88ab214a96c3f22d68981ca (patch)
tree25ca7f77eb0e10411bb79479511ba643322a2b80 /weed/s3api/auth_credentials.go
parent606051cc798baf9b66149865b6871d96668782bb (diff)
downloadseaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.tar.xz
seaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.zip
break import cycle
Diffstat (limited to 'weed/s3api/auth_credentials.go')
-rw-r--r--weed/s3api/auth_credentials.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/s3api/auth_credentials.go b/weed/s3api/auth_credentials.go
index 452557619..83f5269b7 100644
--- a/weed/s3api/auth_credentials.go
+++ b/weed/s3api/auth_credentials.go
@@ -14,14 +14,6 @@ import (
type Action string
-const (
- ACTION_READ = "Read"
- ACTION_WRITE = "Write"
- ACTION_ADMIN = "Admin"
- ACTION_TAGGING = "Tagging"
- ACTION_LIST = "List"
-)
-
type Iam interface {
Check(f http.HandlerFunc, actions ...Action) http.HandlerFunc
}