- หน้าแรก
- API Enriched
- อ้างอิง API
- 🗄️ Object Storage API
🗄️ Object Storage API
การแจกจ่ายไลบรารีที่มีการกำหนดเวอร์ชันสำหรับผู้รวมแอปมือถือ URL แบบ Presigned ช่วยให้ดาวน์โหลดได้อย่างปลอดภัยพร้อมบิลด์เฉพาะสำหรับ iOS และ Android
- หมวดหมู่: แพลตฟอร์ม
- ความซับซ้อน: ง่าย
- เส้นทาง: 9 | สคีมา: 17
- ระดับ: ขั้นสูง
- โดเมนที่เกี่ยวข้อง:
marketplace
กรณีการใช้งาน
หัวข้อที่มีชื่อว่า “กรณีการใช้งาน”- จัดการบริการ object storage
- กำหนดค่า object และ bucket ที่จัดเก็บไว้
- จัดการนโยบายการจัดเก็บข้อมูล
ทรัพยากรหลัก
หัวข้อที่มีชื่อว่า “ทรัพยากรหลัก”- object_store: Object store สำหรับการจัดการ blob storage
- bucket: Storage bucket สำหรับ object storage
Endpoints
หัวข้อที่มีชื่อว่า “Endpoints”| เมธอด | เส้นทาง | คำอธิบาย |
|---|---|---|
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield | GET รายการ Mobile App Shield |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield/{name}/{version} | GET Mobile App Shield |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator | GET รายการ Mobile Integrator |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator/{name}/{version} | GET Mobile Integrator |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type} | GET รายการ Stored Object |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | DELETE Stored Object |
| PUT | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | สร้าง Stored Object |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | GET Stored Object |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | DELETE Stored Object |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve | GET รายการ Mobile SDK แบบ self serve |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve/{name}/{version} | GET Mobile SDK Self serve |