Revision a1fa9004

b/kamaki/clients/image/__init__.py
174 174
        :param member: (str) user to allow access to current user's images
175 175
        """
176 176
        path = path4url('images', image_id, 'members', member)
177
        self.set_header('Content-Length', len(member))
177
        self.set_header('Content-Length', 0)
178 178
        r = self.put(path, success=204)
179 179
        return r.headers
180 180

  

Also available in: Unified diff