Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding an overloaded `listFiles` method to the `StorageOperations` interface. The new method will accept only a `bucketName` and internally call the existing `listFiles` method with an empty string as the default prefix, simplifying the common use case of listing all files from a bucket's root.
A lightweight Java library built on the AWS SDK v2 that provides a simple, high-level API for cloud storage operations. It features a fluent and robust interface for S3-compatible services, designed with a focus on clean code, comprehensive unit testing, and standardized exception handling.