Ashish Patel

Results 26 comments of Ashish Patel

These parameters are not optional at this moment. You must have to provide them in the configuration.

@firedeepan Let me work on this and release a new version.

I have released the [9.0.0](https://www.nuget.org/packages/LiteX.Storage.Amazon/) version with this change. Configuration parameters are conditionally optional. Below is the way to authenticate with AWS: ``` private AWSCredentials GetAwsCredentials(AmazonS3Config config) { if (!string.IsNullOrWhiteSpace(config.ProfileName))...

This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage...