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 rtCopy and rtMove calls #885

Open
thomas-bc opened this issue Aug 30, 2023 · 0 comments
Open

Implement rtCopy and rtMove calls #885

thomas-bc opened this issue Aug 30, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@thomas-bc
Copy link

Is your feature request related to a problem? Please describe.
It is frustrating that only rtDownload() and rtUpload() are implemented. Sometimes in CI, there are justifications for moving/copying files from one location to another.
Am I missing something there? Why aren't functionalities like rtCopy() and rtMove() implemented? They sound to me like very common things a developer would use...

Describe the solution you'd like to see
Implement copy/move API calls in rtCopy() and rtMove()

Describe alternatives you've considered
rtDownload() and then rtUpload() to mimick a copy/move, but this is highly inefficient. Otherwise, use the CLI directly, but this exposes credentials ad is highly unrecommended.

@thomas-bc thomas-bc added the feature request New feature or request label Aug 30, 2023
@thomas-bc thomas-bc changed the title Implement other API calls such as rtCopy and rtMove Implement rtCopy and rtMove calls Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant