-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Hi,
With the latest version of FluentStorage, I got an exception with the ListAsync method.
<PackageReference Include="FluentStorage.AWS" Version="6.0.0" />
<PackageReference Include="FluentStorage" Version="6.0.0" />
This behavior does not occur in versions 5.5.0 and 5.6.0.
<PackageReference Include="FluentStorage.AWS" Version="5.5.0" />
<PackageReference Include="FluentStorage" Version="5.6.0" />
System.ArgumentNullException: The value cannot be null. (Parameter ‘source’)
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at FluentStorage.AWS.Blobs.Converter.ToBlobs(ListObjectsV2Response response, ListOptions options)
at FluentStorage.AWS.Blobs.AwsS3DirectoryBrowser.ListFolderAsync(List`1 container, String path, ListOptions options, CancellationToken cancellationToken)
in FluentStorage.AWS.Blobs.AwsS3DirectoryBrowser.ListAsync(ListOptions options, CancellationToken cancellationToken)
in FluentStorage.AWS.Blobs.AwsS3BlobStorage.ListAsync(ListOptions options, CancellationToken cancellationToken)
If you need further information, just let me know.
BR
GZTimeWalker, marcarl and mattjcowan