Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crcastle/s3-iam-federation

Simple example of using AWS temporary credentials with S3
https://github.com/crcastle/s3-iam-federation

Last synced: 1 day ago
JSON representation

Simple example of using AWS temporary credentials with S3

Awesome Lists containing this project

README

        

## About
Use AWS's Identity and Access Management service (or maybe it's called Security Token Service?) to generate temporary credentials for users in your existing authentication system. Those temporary credentials are then used to list the objects in an S3 bucket.

## Install and run

git clone git://github.com/crcastle/s3-iam-federation.git
cd s3-iam-federation
bundle install
ruby app.rb