File: ChangeLog

package info (click to toggle)
golang-github-adroll-goamz 0.0~git20170225.0.c5d7d9b-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • ctags: 2,498
  • sloc: makefile: 41
file content (7 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
2013-10-21 Carlos Salguero <cfsalguero@gmail.com>

* Removed Namespace from the constructor as not all AWS API method needs it 
  and methods like ListMetrics you could need to call the method without a
  Namespace to list all available metrics

* Added ListMetrics method