Revision 723e9d47 kamaki/clients/pithos.py

b/kamaki/clients/pithos.py
900 900
            return r.headers
901 901
        except ClientError as ce:
902 902
            if ce.status == 404:
903
                raise ClientError('Object not found', status=404)
903
                raise ClientError('Object %s not found' % obj, status=404)
904 904
            raise
905 905

  
906 906
    def get_object_meta(self, obj, version=None):

Also available in: Unified diff