line / jnotebook_reader

:black_joker: An awesome viewer to browse and render Jupyter Notebooks from local, Amazon S3, Google Cloud Storage or MinIO
Apache License 2.0
103 stars 17 forks source link

feature: Support IAM role instead of access / secret keys to use AWS S3 bucket #19

Open withsmilo opened 1 year ago

withsmilo commented 1 year ago

Hi, team. Some companies force users not to directly own the access / secret keys for AWS S3 bucket. In this case, users can create an AWS IAM role and own the permission for S3 bucket. So it would be good if jnotebook_reader also supports this scenario.

withsmilo commented 1 year ago

@mars-martin-line I'm working on it now.