You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My point is also that we already have List aws methods using the Get on out API, so for that I would say to use the Get as it's the one we use on most of them.
Same for the Describe we do use the Get and not Describe.
We have 2 methods
ListBuckets
andListObjects
that should useGet*
instead ofList*
as all the other methods use theGet*
.The text was updated successfully, but these errors were encountered: