fix: keep the PutBlock Size to 100 MiB

No complaints in the past.
This commit is contained in:
Srigovind Nayak
2025-10-05 18:35:19 +05:30
parent 34a94afc48
commit e65ee3cba8

View File

@@ -42,7 +42,7 @@ type Backend struct {
}
const singleUploadMaxSize = 256 * 1024 * 1024
const singleBlockMaxSize = 32 * 1024 * 1024
const singleBlockMaxSize = 100 * 1024 * 1024
const defaultListMaxItems = 5000
// make sure that *Backend implements backend.Backend