sparse-intern-71089
07/31/2019, 10:21 PMwhite-balloon-205
aws.s3.Bucket.get() - this requires an id and always returns a Bucket or else an exception
2. aws.s3.getSomething() - these are more general purpose and could return any kind of data - including informaiton about multiple resources. They do not actually return true resource objects (like `aws.s3.Bucket`s - they return other data as a result of queries)incalculable-diamond-5088
07/31/2019, 10:24 PM