diff --git a/seaweedfs_config/s3_config.template.json b/seaweedfs_config/s3_config.template.json index 7694a88..972a6fc 100644 --- a/seaweedfs_config/s3_config.template.json +++ b/seaweedfs_config/s3_config.template.json @@ -9,6 +9,10 @@ } ], "actions": [ "Read", "Write", "List", "Tagging", "Admin"] + }, + { + "name": "anonymous", + "actions": [ "Read"] } ] }