Skip to content

Implement IFileSystem.MoveFile on AzureBlobFileSystem #81

@AndyButland

Description

@AndyButland

With this PR I had a need for a MoveFile method, that I was surprised to find isn't available on IFileSystem. It will be added when the PR is merged and released for 17.1.

I've added a default implementation for the method such that it'll work for any concrete implementations of IFileSystem that haven't explicitly implemented it, but it would likely be more performant if they did.

Hence raising this issue so it can be considered for adding support for in this library, once 17.1 is out.

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