We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var fileInfo = fileStorageService.of(httpRequest) .setHashCalculatorMd5() .upload(); log.info(fileInfo.getHashInfo().getMd5());
同一个文件上传到oss,每次获取到的md5都不一样,oss文件md5跟原始上传的文件md5是一致的。
The text was updated successfully, but these errors were encountered:
你用的哪个版本,更新到最新版试一下
Sorry, something went wrong.
implementation 'org.dromara.x-file-storage:x-file-storage-spring:2.2.1' implementation 'com.amazonaws:aws-java-sdk-s3:1.12.772'
已经是最新版本,还是一样每次计算出来的md5不一样。
那你再提供详细的版本号、代码、日志、报错信息等,越详细越好
No branches or pull requests
var fileInfo = fileStorageService.of(httpRequest) .setHashCalculatorMd5() .upload(); log.info(fileInfo.getHashInfo().getMd5());
同一个文件上传到oss,每次获取到的md5都不一样,oss文件md5跟原始上传的文件md5是一致的。
The text was updated successfully, but these errors were encountered: