Draft: Added offline exports REST API endpoint to start offline transfer export
What does this MR do and why?
Added POST /offline_exports to initiate an offline transfer export.
References
How to set up and validate locally
- Enable
offline_transfer_exportsfor your current user - Setup an object storage bucket in AWS S3 or a MinIO instance. Using the
instance configured with GDKwill work fine as long as the instance's region is set. AWS S3 buckets can be configured using Sandbox Cloud. - Call
POST /offline_exports - Verify that a new
Import::Offline::Exporthas been created
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #576099
Edited by Sam Word