DataSink to DropBox via api

Hello,

Just wondering if there has been any discussion or effort toward a DataSink modification or separate interface for sending outputs to DropBox via their python SDK in a similar way that outputs can be sent to AWS S3?

It seems like extending the existing DataSink interface to allow base_directory = “dropbox://…” to trigger the upload to DropBox and get credentials from os.environ or some input parameter. But before I embark on this effort it would be great to get input or know if there is already some work on this.

We have a pretty sweet arrangement with DropBox (vs. AWS) and so sending outputs to an online-only location and then adding some enrichment to those is really attractive to us.

Ok, thanks!

1 Like