Achaius
Achaius

Reputation: 6124

How to solve the risks in sharing an Amazon S3 pre-signed URL?

I am developing a Spring-boot REST API application. The following are the use cases

Issues

Questions

Any response is kindly appreciated

Upvotes: 6

Views: 1221

Answers (1)

M. Rizzo
M. Rizzo

Reputation: 2271

Amazon recommends using their Server-Side Encryption with AWS KMS–Managed Keys (SSE-KMS). Here is a link to a Amazon blog series on how to accomplish using their aws-sdk for Java. This is a link to part 2 of 3 in the series.

Upvotes: 1

Related Questions