# File lib/aeolus_image/model/warehouse/warehouse_client.rb, line 115
        def create_object(key, body, attrs)
          BucketObject.create(@connection, key, self, body, attrs)
        end