# File lib/aws/s3/object_collection.rb, line 66
      def initialize(bucket, options = {})
        @bucket = bucket
        super
      end