minio无法创建仓库

【是否存算分离】:否
【StarRocks版本】:3.1.11
【集群规模】:3fe+3be(fe与be混部)

使用如下语句创建仓库时,报错,无法访问:
CREATE REPOSITORY test_repo
WITH BROKER
ON LOCATION “s3a://testsr”
PROPERTIES(
“aws.s3.enable_ssl” = “false”,
“aws.s3.enable_path_style_access” = “true”,
“aws.s3.access_key” = “daccaccacaca”,
“aws.s3.secret_key” = “SLsR10g4IcacacaSmTXctscaca3a79K6HPbB5Rm58t”,
“aws.s3.endpoint” = “172.16.1.55:9002”
);

1064 - Unexpected exception: Failed to create repository: write exception: could not open file s3a://testsr/__starrocks_repository_test_repo/__repo_info