TTLabs / EvaporateJS

Javascript library for browser to S3 multipart resumable uploads
1.82k stars 207 forks source link

authorize using aws roles #443

Closed dmytrozelonkin closed 5 years ago

dmytrozelonkin commented 5 years ago

Hello guys! Please tell me how to generate signature if i have Role-Based Access Control on aws. I can generate temporary access and secret keys but they don't work without sending 'SessionToken' with them.

Thanks