Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RenamePart (0.06 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) (err error) {
    	srcVolumeDir, err := s.getVolDir(srcVolume)
    	if err != nil {
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (2)
Back to top