-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fixes #1957: Ensure unique S3 object keys by adding numeric suffix. #1963
Conversation
abhinavxd
commented
Jul 28, 2024
- Removed unused functions and variables in filesystem.go
- Removed unused functions and variables in filesystem.go
Thanks for the PR! Thinking about it, rather than each provider implementing its own logic, it'd be simpler to do it centrally in
|
Yep, makes sense. I will update the PR. |
- remove provider level checks for unique filename. - adds new utils function `appendSuffixToFilename`
@knadh Changes made as discussed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple minor things to fix.
Made the changes requested. |