Skip to content

src/dest mixed up in AzClient.upload_data_to_remote_location? #2

@embario

Description

@embario

The AzClient method:

    def upload_data_to_remote_location(
        self,
        src: AzRemoteSASLocation,
        dest: AzLocalLocation,
        transfer_options: AzCopyOptions,
    ) -> AzCopyJobInfo:
        return self._copy(src=src, dest=dest, transfer_options=transfer_options)

should have AzLocalLocation as its src type and AzRemoteSASLocation as its dest type. Not a big deal but something I noticed. FWIW I tried to make a PR but repo's pretty restrictive. Open to iterate updates?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions