Reading & Writing to an S3 bucket

Hi,

I’m thinking about using webodm lightning network to upload drone images and converting them into a GeoTiff file. I’m using S3 for storing the images and geoTiff files

Is it possible to tell webodm lightning to read the images from an S3 bucket location and once the task is complete upload it there too?

Thanks

2 Likes

Lightning does not support reading directly from S3.

You could write a script to download the images from S3 and send them to Lightning (API | WebODM)?

2 Likes