cycloidio / raws

[UNMAINTAINED] AWS Reader
MIT License
15 stars 0 forks source link

Update S3 method names #5

Closed xlr-8 closed 7 years ago

xlr-8 commented 7 years ago

The method names for S3 are currently called 'GetXXX' (Buckets, Objects, etc) but this is disturbing, as the methods actually call ListXXX. So instead of naming those Get, they should be renamed 'ListXXX', and if the 'GetXXX' are implemented, then name those with such prefix.