Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RenamePart (0.44 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top