]> source.dussan.org Git - gitea.git/commit
Adjust minio new sequence, now it will check whether bucket exist first and then...
authorLunny Xiao <xiaolunwen@gmail.com>
Sat, 12 Aug 2023 08:03:54 +0000 (16:03 +0800)
committerGitHub <noreply@github.com>
Sat, 12 Aug 2023 08:03:54 +0000 (08:03 +0000)
commita321a4c2fce9eb6c72f4dda0ee9928e56e9ec223
treee19eb5267f28dc1ec2e9aa26cd196520921aca9b
parentc5888eb9854f5a04d5e796f2a53c64c9fc4c0cba
Adjust minio new sequence, now it will check whether bucket exist first and then create one if it doesn't exist (#26420)

For some reason, the permission of the client_id and secret may cannot
create bucket, so now we will check whether bucket does exist first and
then try to create a bucket if it doesn't exist.

Try to fix #25984

Co-authored-by: silverwind <me@silverwind.io>
modules/storage/minio.go