Closed chinalujw closed 6 years ago
接口hostname没有使用自定义域名,报错信息“ould not create object: Creation of bucket failed. Anonymous access is f orbidden for this operation.” nextcloud config.php array ( 'class' => 'OC\Files\ObjectStore\S3', 'arguments' => array ( 'hostname' => 'oss-cn-beijing.aliyuncs.com', 'region' => 'oss-cn-beijing', 'key' => 'hidden', 'secret' => 'hidden', 'bucket' => 'hidden', 'autocreate' => true, 'use_ssl' => false, 'use_path_style' => false, )
nextcloud 12.0.3 通过app扩展的“External storage support” 使用amazon s3驱动作为外部存储,同样的报错信息。
接口hostname没有使用自定义域名,报错信息“ould not create object: Creation of bucket failed. Anonymous access is f orbidden for this operation.” nextcloud config.php array ( 'class' => 'OC\Files\ObjectStore\S3', 'arguments' => array ( 'hostname' => 'oss-cn-beijing.aliyuncs.com', 'region' => 'oss-cn-beijing', 'key' => 'hidden', 'secret' => 'hidden', 'bucket' => 'hidden', 'autocreate' => true, 'use_ssl' => false, 'use_path_style' => false, )