OnceMi.AspNetCore.OSS icon indicating copy to clipboard operation
OnceMi.AspNetCore.OSS copied to clipboard

Asp.Net Core对象储存扩展包,支持Minio自建对象储存、阿里云OSS、腾讯云COS、七牛云Kodo、华为云OBS。

Results 19 OnceMi.AspNetCore.OSS issues
Sort by recently updated
recently updated
newest added

作者你好,我这边调用OnceMi.AspNetCore.OSS出现了几个问题,希望帮忙看下,感激不尽 ![image](https://user-images.githubusercontent.com/69445758/236394256-7ae44713-1d51-4714-bcf8-c55684b506ac.png) minio获取所有桶没有问题 证明我这边连接配置是没有任何问题 问题1 ![image](https://user-images.githubusercontent.com/69445758/236394352-ee762bce-5e7b-45e6-af89-3478feb61659.png) ![image](https://user-images.githubusercontent.com/69445758/236394562-b0106cfc-c791-4c8b-9fac-9862b1dd3960.png) 获取桶内文件没有数据,该桶内有文件且权限为pulic 问题2 ![image](https://user-images.githubusercontent.com/69445758/236394382-e1afcdb7-4865-408e-9244-460af07bb254.png) 调用上传流文件方法出现这个错误

![image](https://user-images.githubusercontent.com/77658724/227099418-1a42c44a-8593-4ba5-a557-3d4d52e11992.png)

HttpRequestHelper httpRequestHelper = new HttpRequestHelper("https://" + bucketName + "." + _serviceURL); 这里不应该去拼接桶,这样会导致请求不到服务器。 目前我这边改为了HttpRequestHelper httpRequestHelper = new HttpRequestHelper("https://" + _serviceURL); 并打包之后,就可以正常连接上天翼云OSS了。 请问当时你这边是出于什么场景拼上这个

版本 Version=1.1.9.0,部署环境是Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-187-generic x86_64) 目前通过本项目上传到阿里云的图片大约35000多张。但其他有69次报错,报错原因也不明,我把错误堆栈发一下 也找到相关的ISSUE [https://forum.duplicati.com/t/alibaba-cloud-object-storage-oss-with-s3-compatible-throw-error/16523](https://forum.duplicati.com/t/alibaba-cloud-object-storage-oss-with-s3-compatible-throw-error/16523) [https://github.com/duplicati/duplicati/issues/4994](https://github.com/duplicati/duplicati/issues/4994) ``` System.AggregateException: One or more errors occurred. (Error while copying content to a stream.) ---> System.Net.Http.HttpRequestException: Error while copying...

上传文件和下载文件支持返回文件进度吗?

可以支持下的适配吗,也挺好用的 https://github.com/sjqzhang/go-fastdfs

GetObjectAsync 在最新的版本中出现异常,https://github.com/minio/minio-dotnet/issues/1027