Closed
Description
On first glance, this library seems a bit "method happy" so to speak. For example, the usage of aws.String(foo)
instead of the more idiomatic (and simpler/faster) &foo
. There seems to be a similar aesthetic with the Credentials subpackage -- why can't I for example pass the access id/secret key directly to s3.New()?
Some code review should be done to make this library more Go-community friendly before freezing the API.