newapplesho / aws-sdk-smalltalk

AWS SDK for Smalltalk
MIT License
38 stars 16 forks source link

Would it make sense to have an object representing an S3 item? #14

Open thams opened 4 years ago

thams commented 4 years ago

Noting that S3Bucket#listObjects returns an XML document, wondering if there would be utility in having it return a collection of items that directly represent the objects themselves? (i.e., could answer questions about an object's size, ID, tags, etc.

newapplesho commented 4 years ago

@thams I would like to refactor overall. I am considering it. But I don't have AWS Account now.