default value of fields for minio support.
This commit is contained in:
parent
017586d1e4
commit
4e0c49fcf0
@ -18,7 +18,7 @@ namespace PoweredSoft.Storage.S3
|
|||||||
protected readonly string accessKey;
|
protected readonly string accessKey;
|
||||||
protected readonly string secret;
|
protected readonly string secret;
|
||||||
|
|
||||||
protected S3UsEast1RegionalEndpointValue? s3UsEast1RegionalEndpointValue;
|
protected S3UsEast1RegionalEndpointValue? s3UsEast1RegionalEndpointValue = null;
|
||||||
protected bool forcePathStyle = false;
|
protected bool forcePathStyle = false;
|
||||||
|
|
||||||
public S3StorageProvider(string endpoint, string bucketName, string accessKey, string secret)
|
public S3StorageProvider(string endpoint, string bucketName, string accessKey, string secret)
|
||||||
|
Loading…
Reference in New Issue
Block a user