Cloud-CV / Cloud-CV/evalai-cli
download_file arguments - bucket and key
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the download_file CLI command requires the whole API URL to download the file.
- [ ] Example on how to get the URL.
- [ ] Documentation on how to use the URL in CLI. (passed with " ")
Discussion on how changing from URL to just bucket and key to download the file can be done. The current implementation fetches the API URL from user, parses the bucket and key, and again generates the URL to get a response from the server.
Contributor guide
Assessment
This issue has not been assessed yet.