Exporting Annotations directly to S3

Hi,

I have written a script to use the Label Studio SDK to export annotations into JSON format then use the convert_to_yolo function to convert the annotations into YOLO.

I need to export these annotations directly into S3 instead of storing it in my local machine first and then manually uploading it. Does anyone have experience with this?