# File lib/aws/s3/object_collection.rb, line 97
      def [] key
        S3Object.new(bucket, key.to_s)
      end