Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a way to bypass the transport and use the transfer mechanism (rsync, rclone, etc) #6

Open
alaypatel07 opened this issue Nov 9, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@alaypatel07
Copy link
Contributor

alaypatel07 commented Nov 9, 2021

Describe the feature you'd like to have.
#1 implements the network endpoint to allow data to be transferred. #4 adds a transport package that allows for overriding the underlying network protocol. This brings a need for bypassing #4 and using applications like rsync and rclone directly behind the endpoint.

Additional context
The way this was originally thought of was to add a null implementation of the transport interface. The null implementation will make sure that the transfer pod (rsync, rclone) will not have any sidecar containers for network tunneling.

@alaypatel07 alaypatel07 added the enhancement New feature or request label Nov 9, 2021
@alaypatel07
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant