diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2023-09-22 21:38:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 21:38:25 -0700 |
| commit | 9fc79bebf97be1c52b824fea03a431320ca097c1 (patch) | |
| tree | 9cc17ea8305abda04023e2ba32421e37ebe408a3 /weed/s3api/s3_constants/s3_actions.go | |
| parent | 48cd33ca68dd411cbf0cf9cdaeb2a05fe19e9d9a (diff) | |
| parent | 248b16bc099267eb76e02f6fe45d7009942325a9 (diff) | |
| download | seaweedfs-9fc79bebf97be1c52b824fea03a431320ca097c1.tar.xz seaweedfs-9fc79bebf97be1c52b824fea03a431320ca097c1.zip | |
Merge branch 'master' 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" |
