diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-07 00:29:17 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-07 00:29:17 -0800 |
| commit | fce880308773a1bbc88ab214a96c3f22d68981ca (patch) | |
| tree | 25ca7f77eb0e10411bb79479511ba643322a2b80 /weed/s3api/auth_credentials.go | |
| parent | 606051cc798baf9b66149865b6871d96668782bb (diff) | |
| download | seaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.tar.xz seaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.zip | |
break import cycle
Diffstat (limited to 'weed/s3api/auth_credentials.go')
| -rw-r--r-- | weed/s3api/auth_credentials.go | 8 |
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 } |
