serverpod / serverpod

Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
BSD 3-Clause "New" or "Revised" License
2.3k stars 201 forks source link

The file upload service of serverpod does not support the China region #2229

Open Metaildust opened 3 weeks ago

Metaildust commented 3 weeks ago

Discussed in https://github.com/serverpod/serverpod/discussions/2226

Originally posted by **Metaildust** May 9, 2024 The file upload service of serverpod does not support the China region. China only has AWS service and not Google service. Currently, if the China region wants to use file upload, it can only use S3. But due to the fact that S3 in the Chinese region is represented by Chinese service providers and is independent of the international version. However, using the Chinese version of AWS may encounter some compatibility issues, such as the inability of the Chinese version of AWS service to create a certificate for us east-1. If you create a US-EAST-1 certificate alone in the international zone, you will encounter some other issues. If possible, please support AWS S3 services in China as soon as possible.