mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Removed dependencies on AWS SDK's S3 types in favor of a custom S3ObjectLike interface for better type management. - Updated various services and components to utilize the new S3ObjectLike type, enhancing code clarity and maintainability. - Introduced a SimpleS3Client interface to streamline S3 client interactions and improve fetch handling. - Added fast-xml-parser for XML response parsing in S3 operations, enhancing object listing functionality. Signed-off-by: Innei <tukon479@gmail.com>