# File lib/aws/s3/s3_object.rb, line 244 def initialize(bucket, key, opts = {}) super @key = key @bucket = bucket end