You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(s3): handle resource cleanup in direct file download
- Initialize localFile variable to prevent undefined variable error
- Add finally block to ensure proper resource cleanup
- Check if localFile is a valid resource before closing it
- Prevent potential resource leak when exception occurs during download
fix(filesystem): resolve path handling issues in file link generation
- Added proper path trimming to remove leading slashes in URI construction
- Fixed MinIO bucket path concatenation with public domain URL
- Ensured consistent path formatting across different storage platforms
- Added type hinting for return value documentation consistency
fix(filesystem): remove adapter name check for minio platform
- Removed redundant adapter name condition when building URL for minio platform
- Simplified platform detection logic to only check platform value directly
- Ensures consistent URL generation for minio regardless of adapter name configuration