Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crcastle/s3-iam-federation
- Owner: crcastle
- Created: 2011-08-20T22:33:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-23T00:22:53.000Z (over 13 years ago)
- Last Synced: 2025-01-16T08:06:26.444Z (8 days ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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