question: How to make APITable take into compatible with different public cloud OSS storage?
Author: BensonCheungCreated Jan 11, 2023Updated Mar 3, 2026
Labelsdocumentationgood first issuequestion
APITable's default OSS storage is MinIO, uploading attachments follows the s3 protocol
So, assuming you want to access the OSS cloud storage of Azure or AWS, how do you modify the code?
you can choose a public cloud OSS and try to access it Expectation: After accessing, create a new "attachment column" on the APITable, and any attachment can be uploaded and stored normally.
Source: apitable/apitable