amazon web services - S3 keys from a QT/C++ client -


we have application written in c++/qt sits on client machines around world , client uploads files amazon s3, best way authenticate amazon without including amazon key on every client, there way generate unique key each client (1000s of potential clients)?

would make more sense send intermediate server or proxy , there upload files amazon s3?

the optimum way implement follow below steps:

step1: allow clients upload files intermediate server.

step2: store aws s3 bucket user credentials in intermediate server file or database.

step3: upload files intermediate server amazon s3 bucket.

hope helps....


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -