# File lib/net/amazon/s3/bucket.rb, line 133
    def object_exist?(object_key)
      return get_objects.has_key?(object_key)
    end