Revision 1e0417f1

b/snf-pithos-app/pithos/api/util.py
326 326
    if 'ignore_content_type' in request.GET and 'CONTENT_TYPE' in request.META:
327 327
        del(request.META['CONTENT_TYPE'])
328 328
    content_type, meta, permissions, public = get_object_headers(request)
329
    if delimiter:
330
    	public = False # ignore public in that case
331 329
    src_version = request.META.get('HTTP_X_SOURCE_VERSION')
332 330
    try:
333 331
        if move:

Also available in: Unified diff