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.
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.