Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renamePart (0.12 sec)

  1. cmd/xl-storage.go

    	} else {
    		s.deleteFile(srcVolumeDir, pathutil.Dir(srcFilePath), true, false)
    	}
    	return res, nil
    }
    
    // RenamePart - rename part path to destination path atomically, this is meant to be used
    // only with multipart API
    func (s *xlStorage) RenamePart(ctx context.Context, srcVolume, srcPath, dstVolume, dstPath string, meta []byte, skipParent string) (err error) {
    	srcVolumeDir, err := s.getVolDir(srcVolume)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jun 13 11:33:47 UTC 2025
    - 91.7K bytes
    - Viewed (0)
Back to top