class AWS::S3::MultipartUploadCollection

def initialize(bucket, opts = {})

Other tags:
    Private: -
def initialize(bucket, opts = {})
  @bucket = bucket
  super
end