Skip to content

Exception at ListAsync / FluentStorage.AWS.Blobs.Converter.ToBlobs #120

@ps-nk

Description

@ps-nk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    AWS S3bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions