zhijian
zhijian
> go 1.17.8 #70 方法不行
Does it reappear every time? I didn't reproduce it locally.
You can take a look at this [repo](https://github.com/juicedata/minio/tree/gateway), it is a relatively new minio version, and try to avoid this problem.
[juicedata/minio](https://github.com/juicedata/minio/tree/gateway) is a fork base on [MinIO RELEASE.2022-03-05T06-32-39Z version](https://github.com/minio/minio/tree/RELEASE.2022-03-05T06-32-39Z). It implemented the feature of [JuiceFS](https://github.com/juicedata/juicefs) as one of its gateway backend, and supports **full functionality of MinIO gateway** such as...
`doRename` should check flags ``` if (sattr.Flags&FlagAppend) != 0 || (sattr.Flags&FlagImmutable) != 0 || (dattr.Flags&FlagImmutable) != 0 || (iattr.Flags&FlagAppend) != 0 || (iattr.Flags&FlagImmutable) != 0 { return syscall.EPERM } ```
What you say is also reasonable, but undeniably, progress bar and log record both have prompt function on terminal.And logs can express information that progress bars cannot replace. For example,...
#105 #84
@vbauerster what do you think?
@wux1an The bug has been fixed, and the log will not be lost now.