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
Thanks for pointing that out. It should definitely always return an array. The code currently in use for converting XML data doesn't make that distinction, so you can see how in the other list methods check to ensure that what is returned is an array, for example: https://github.com/jcberquist/aws-cfml/blob/master/services/s3.cfc#L67-L72
This is more a question than an issue, depending on the answer..
Invoking
s3.listBuckets()
, if there is one bucket thedata.Buckets
value is a struct, if there is more than one, it's an array.Is this the expected/desired behaviour?
Thanks!
The text was updated successfully, but these errors were encountered: