dbeam
dbeam copied to clipboard
WIP. Support Amazon S3 FileSystem.
Requires more testing. Works locally in IDEA. Related to #209 .
why did we not merge this pr?
I have not managed to make integration tests to work (in time). Will continue working on this during next available timeslot. ;)
understand. understand. Looking forward to it. Is it during a hack day interval? We'd like to understand if we can have it out in our next release cycle.
first of all, thanks for the patch: dbeam is used in production with S3 targets at one of my large client. Is there anything I can help with to get it merged? adding tests or docuemtation? thx /cc @rulle-io
Sorry, I got involved in other things and forgot about it. :) I will create a proper PR in coming days. Technically, I wanted to add a e2e test to see that iy actually works. If you can add such one, it would simplify things a lot. @tfoldi
I also forgot about this. You rock Ruslan. Looking forward to include this in our next release
Technically, I wanted to add a e2e test to see that iy actually works. If you can add such one, it would simplify things a lot. @tfoldi
I can do the e2e tests, no issues. Do we want to use a real S3 bucket or just a mocked S3 service? If you want the real thing, we might need to set up access/secret keys for the CI.
Just a mocked S3 service, please.
How about this: https://github.com/rulle-io/dbeam/pull/1/commits/6647bb84e1dd9362ed9e2542ac496cc93ac53eb9 ?