Skip to content

Regression: AWS directory deletes not working in 2.1.16 #94

@hoylu-royberg

Description

@hoylu-royberg

As mentioned in issue 92 directory deletes are broken for AWS. I traced it down to this:

await StorageClient.DeleteAsync(StorageOptions.Bucket, item.FullName, null, cancellationToken);

item.FullName needs to be changed to item.Name, because we send in bucket as the first parameter for the DeleteAsync call. Otherwise nothing is deleted. It's working fine for Azure. I have not tested GCP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions