Re: S3 Input/Output with temporary credentials (IAM Roles)
Posted by
rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/S3-Input-Output-with-temporary-credentials-IAM-Roles-tp4021p4029.html
Hi Vladimir,
And realistically, I don't see Hadoop fixing this in the foreseeable future :)
I see the following options:
- We could try adding the feature to Hadoop's s3a implementation. It'll probably be a few months until the fix is reviewed, merged and released (but you could probably extract the relevant code into your own project and run it from there)
- You implement an s3 file system implementation for Flink with the required features (that is not as hard as it sounds).
Sorry that I can not give you a better solution for this.
Regards,
Robert