Current system:
- Amazon Web Services as a server
- REST Architecture
- Using android library "Retrofit" as an HTTP client
- PHP is used as a server side script.
Question:
Authentication of requests using the REST API using AWS Signature Version 4.
Amazon Web Services Used: EC2: S3 Server: File Storage
AWS Android SDK: This option is not preferred due to the size of the library and since then the current system is in REST and uses "Retrofit" as an HTTP client.
It would be nice if there is an android / java library that can handle this authentication process instead of writing the whole code.
PHP, AWS EC2, / AWS S3.
, , .