davidmoten / aws-lightweight-client-java

A lightweight java client for the AWS API. Signs requests with AWS Version 4 and offers helpful builders.
Apache License 2.0
29 stars 1 forks source link

Please add `Automatic-Module-Name` to the manifest #186

Open albogdano opened 2 weeks ago

albogdano commented 2 weeks ago

This will allow us to use the library with other Java modules.

davidmoten commented 1 week ago

will do, just need to figure out what that looks like