Skip to content

Upload large folders with symlinks #2883

@neverix

Description

@neverix

Is your feature request related to a problem? Please describe.
I have a folder with symlinks. upload_large_folder currently doesn't work with that.

Describe the solution you'd like

(path.relative_to(folder_path).as_posix() for path in folder_path.glob("**/*") if path.is_file()),
Set recurse_symlinks to True here or add an option to enable that
Describe alternatives you've considered
Make it possible to upload_large_folder into paths other than the root. There's no other way to upload multiple large folders to one repo.

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