default value of fields for minio support.

This commit is contained in:
David Lebee 2020-03-13 16:57:09 -04:00
parent 017586d1e4
commit 4e0c49fcf0

View File

@ -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)