You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
11 months ago
..
helper.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago
helper_test.go add path prefix to ObjectStorage.Iterator (#23332) 1 year ago
local.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago
local_test.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago
minio.go Adjust minio new sequence, now it will check whether bucket exist first and then create one if it doesn't exist (#26420) 11 months ago
minio_test.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago
storage.go Replace `interface{}` with `any` (#25686) 1 year ago
storage_test.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago