diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-22 21:54:08 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-22 21:54:08 -0700 |
| commit | 900abd44c158ea9ff3e0ca3eddabff9f9c3f1bf6 (patch) | |
| tree | 9cc17ea8305abda04023e2ba32421e37ebe408a3 /weed/s3api/s3_constants/s3_actions.go | |
| parent | df027fdddf7e71c31c8828ed598dc9510f15fa08 (diff) | |
| parent | 9fc79bebf97be1c52b824fea03a431320ca097c1 (diff) | |
| download | seaweedfs-900abd44c158ea9ff3e0ca3eddabff9f9c3f1bf6.tar.xz seaweedfs-900abd44c158ea9ff3e0ca3eddabff9f9c3f1bf6.zip | |
Merge branch 'track-mount-e2e' of https://github.com/seaweedfs/seaweedfs into track-mount-e2e
Diffstat (limited to 'weed/s3api/s3_constants/s3_actions.go')
| -rw-r--r-- | weed/s3api/s3_constants/s3_actions.go | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/weed/s3api/s3_constants/s3_actions.go b/weed/s3api/s3_constants/s3_actions.go index 17087ae03..8d770e408 100644 --- a/weed/s3api/s3_constants/s3_actions.go +++ b/weed/s3api/s3_constants/s3_actions.go @@ -1,11 +1,13 @@ package s3_constants const ( - ACTION_READ = "Read" - ACTION_WRITE = "Write" - ACTION_ADMIN = "Admin" - ACTION_TAGGING = "Tagging" - ACTION_LIST = "List" + ACTION_READ = "Read" + ACTION_READ_ACP = "ReadAcp" + ACTION_WRITE = "Write" + ACTION_WRITE_ACP = "WriteAcp" + ACTION_ADMIN = "Admin" + ACTION_TAGGING = "Tagging" + ACTION_LIST = "List" SeaweedStorageDestinationHeader = "x-seaweedfs-destination" MultipartUploadsFolder = ".uploads" |
