set version to 2.4.5

backport the latest patch from main

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-04-08 15:29:45 +02:00
parent 2ccb6c2672
commit fc520076b3
13 changed files with 105 additions and 79 deletions

View File

@@ -228,7 +228,7 @@ func (fs *GCSFs) Create(name string, flag, checks int) (File, *PipeWriter, func(
// rename all the contents too and this could take long time: think
// about directories with thousands of files, for each file we should
// execute a CopyObject call.
func (fs *GCSFs) Rename(source, target string) error {
func (fs *GCSFs) Rename(source, target string) error { //nolint:gocyclo
if source == target {
return nil
}