awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
200 stars 132 forks source link

Support the same format as the AWS CLI expects #38

Closed mindstorms6 closed 7 years ago

mindstorms6 commented 7 years ago

Makes the creds reader also read the format

aws_access_key_id
aws_secret_access_key

arguments. Ignores any line that looks like [whatever]

Should resolve #28

yimuniao commented 7 years ago

Looks fine. Are the codes under MIT license?

mindstorms6 commented 7 years ago

Yes!