blob: 2c57422a4fd595648476d14f5f44fa6053eec7a5 [file] [log] [blame] [view]
Jakob Buchgrabere8f4e5e2018-11-30 12:50:22 +01001# aws-sdk-auth-lite
2
3The following is an extraction of the important auth interfaces from the AWS SDK.
4These interfaces are only those needed to establish credentials with AWS, and
5include nothing else from the AWS SDK.
6
7Major changes have been made to remove the dependencies on Joda-time, jackson
8and other similar dependencies.
9A few small changes have been made to use guava utilities over those provided
10by the original AWS SDK.
11
12This SDK is vastly stripped down from the original, and only covers the basics
13required to read auth tokens in standard AWS ways
14
15Patches are applied over released maven source jars and not git sources.
16
17There is a _basic_ shell script `update.sh` that covers the patching process,
18as well as by SDK versioned patch files in `patches-vs-$sdk_version`
19directories.