feat: Added get_public_url method to KeyValueStore
Description
This pull request introduces the get_public_url method to the KeyValueStore class. This method generates a file URL for a given key, allowing for easy access to stored files. The URL is constructed dynamically based on the storage directory and store name.
Issues
Fix: #514
Testing
- Unit tests were added to verify the functionality of the
get_public_urlmethod. All existing and new tests were executed successfully to ensure no regressions.
Checklist
- [ ] CI passed
Hi @naaa760, you're adding almost 190k new lines of code, are you sure that's correct?
Hi @naaa760, you're adding almost 190k new lines of code, are you sure that's correct?
I Update the deployment dependencies, that's how it adds up lines of code and yeah it's right!
The PR title does not conform to the required format. To ensure successful processing, please begin the title with a prefix indicating the type of change (e.g., feat, fix, docs, etc.). For example, you could modify the title to 'feat: Added get_public_url method to KeyValueStore'.
I Update the deployment dependencies, that's how it adds up lines of code and yeah it's right!
Well, certainly your PR should not include your Python environment - the env directory.