forgejo/modules/storage
Lunny Xiao a321a4c2fc
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>
2023-08-12 08:03:54 +00:00
..
helper.go
helper_test.go
local.go
local_test.go
minio.go Adjust minio new sequence, now it will check whether bucket exist first and then create one if it doesn't exist (#26420) 2023-08-12 08:03:54 +00:00
minio_test.go
storage.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
storage_test.go