aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants/s3_config.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2023-09-22 21:38:25 -0700
committerGitHub <noreply@github.com>2023-09-22 21:38:25 -0700
commit9fc79bebf97be1c52b824fea03a431320ca097c1 (patch)
tree9cc17ea8305abda04023e2ba32421e37ebe408a3 /weed/s3api/s3_constants/s3_config.go
parent48cd33ca68dd411cbf0cf9cdaeb2a05fe19e9d9a (diff)
parent248b16bc099267eb76e02f6fe45d7009942325a9 (diff)
downloadseaweedfs-9fc79bebf97be1c52b824fea03a431320ca097c1.tar.xz
seaweedfs-9fc79bebf97be1c52b824fea03a431320ca097c1.zip
Merge branch 'master' into track-mount-e2e
Diffstat (limited to 'weed/s3api/s3_constants/s3_config.go')
-rw-r--r--weed/s3api/s3_constants/s3_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3_constants/s3_config.go b/weed/s3api/s3_constants/s3_config.go
index 0fa5b26f4..cb44b9484 100644
--- a/weed/s3api/s3_constants/s3_config.go
+++ b/weed/s3api/s3_constants/s3_config.go
@@ -7,7 +7,7 @@ import (
var (
CircuitBreakerConfigDir = "/etc/s3"
CircuitBreakerConfigFile = "circuit_breaker.json"
- AllowedActions = []string{ACTION_READ, ACTION_WRITE, ACTION_LIST, ACTION_TAGGING, ACTION_ADMIN}
+ AllowedActions = []string{ACTION_READ, ACTION_READ_ACP, ACTION_WRITE, ACTION_WRITE_ACP, ACTION_LIST, ACTION_TAGGING, ACTION_ADMIN}
LimitTypeCount = "Count"
LimitTypeBytes = "MB"
Separator = ":"