ruoyi-oss/src/main/java/com/ruoyi/oss/service/impl/QiniuCloudStorageServiceImpl.java
@@ -36,6 +36,7 @@ @Autowired public QiniuCloudStorageServiceImpl(CloudStorageProperties properties) { this.properties = properties.getQiniu(); try { // z0 z1 z2 Configuration config = new Configuration(Region.autoRegion()); // 默认不使用https @@ -46,6 +47,9 @@ this.properties.getSecretKey()); token = auth.uploadToken(this.properties.getBucketName()); bucketManager = new BucketManager(auth, config); } catch (Exception e) { throw new IllegalArgumentException("七牛云存储配置错误! 请检查系统配置!"); } }