Files
versitygw/s3api/actions.go
2023-05-05 17:16:59 -07:00

10 lines
155 B
Go

package s3api
const (
ACTION_READ = "Read"
ACTION_WRITE = "Write"
ACTION_ADMIN = "Admin"
ACTION_TAGGING = "Tagging"
ACTION_LIST = "List"
)