fix: 兼容新版 S3 SDK 签名配置
This commit is contained in:
@@ -169,8 +169,7 @@ public abstract class S3StorageProviderBase : IObjectStorageProvider, IDisposabl
|
|||||||
{
|
{
|
||||||
ServiceURL = ServiceUrl,
|
ServiceURL = ServiceUrl,
|
||||||
ForcePathStyle = ForcePathStyle,
|
ForcePathStyle = ForcePathStyle,
|
||||||
UseHttp = !UseHttps,
|
UseHttp = !UseHttps
|
||||||
SignatureVersion = "4"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var credentials = new BasicAWSCredentials(AccessKey, SecretKey);
|
var credentials = new BasicAWSCredentials(AccessKey, SecretKey);
|
||||||
|
|||||||
Reference in New Issue
Block a user