Open giom-l opened 4 years ago
There's a forked version of this explorer, which supports Cognito and more advanced features: aws s3 explorer
I have implemented AD login with vanilla javascript.
@iamkk11 perhaps you could provide some additional information here, or a link to your solution.
As I am interested in this project, I would like to contribute to it if possible (even if nodejs is not my specialty)
I'm currently looking to provide access to some buckets to people that dont really know AWS. Biggest issue here is to get them use CLI to put/get objects in bucket (can't provide them Console access for organizational reasons).
This projects would be very helpful for that, as they would have a visible place where to put their credentials.
A first improvment to this use case would be to implement a cognito authentication option (so a user could "impersonate" a specific IAM role without having to know any AWS credentials).
This would be an alternative option to existing authentication methods so it wouldn't break anything.
What do you think about it ?