mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
break import cycle
This commit is contained in:
10
weed/s3api/s3_constants/s3_actions.go
Normal file
10
weed/s3api/s3_constants/s3_actions.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package s3_constants
|
||||
|
||||
const (
|
||||
ACTION_READ = "Read"
|
||||
ACTION_WRITE = "Write"
|
||||
ACTION_ADMIN = "Admin"
|
||||
ACTION_TAGGING = "Tagging"
|
||||
ACTION_LIST = "List"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user