manager
manager copied to clipboard
fix: [M3-7305] - Correct Object Storage folder links containing special characters
Description ๐
Object Storage bucket folders containing URL special characters could not be opened. After the change, their links navigate to a correct location.
Changes ๐
List any change relevant to the reviewer.
- Special characters in folder links are URI-encoded.
Target release date ๐๏ธ
Any release
Preview ๐ท
| Before | After |
|---|---|
How to test ๐งช
- Create a folder containing special characters, e.g:
s3cmd put ./Test.txt s3://sk-test/dir+with+pluses/Test.txt
- Open that folder in Cloud Manager
When opened, the folder should contain Test.txt file.
As an Author I have considered ๐ค
Check all that apply
- [ ] ๐ Doing a self review
- [ ] โ Our contribution guidelines
- [ ] ๐ค Splitting feature into small PRs
- [x] โ Adding a changeset
- [ ] ๐งช Providing/Improving test coverage
- [ ] ๐ Removing all sensitive information from the code and PR description
- [ ] ๐ฉ Using a feature flag to protect the release
- [ ] ๐ฃ Providing comprehensive reproduction steps
- [ ] ๐ Providing or updating our documentation
- [ ] ๐ Scheduling a pair reviewing session
- [ ] ๐ฑ Providing mobile support
- [ ] โฟ Providing accessibility support
Coverage Report: โ
Base Coverage: 82.73%
Current Coverage: 82.87%
I just noticed that I have a wrong import for TableRowProps. I'm doing a commit with the corrected import.