I’m trying to build a project to help users manage their S3 account. To do this, however, it requires them to manually provide me with their access key. It’s complicated though, and I’d like to make it easier for them.
Is there a way that I can retrieve their access keys by using their login information?
I’d prefer if the solution was in PHP, but it’s not an obligation.
Thanks!
I found out a way to make it work. Basically, I’ve set up a Selenium Webdriver server and downloaded all required C# files. I then created this little script:
Now I just need to find a way to send the user information safely to this script.
Thanks for the help guys!