Slide 16
Slide 16 text
File Lifecycle: Ingestion (S3)
Proposed Strategy
➤ You can use AWS STS (Secure Token Service) to create credentials that
have additional restrictions.
➤ For example, create UUID, then create a token with s3:PutObject rights,
but only against a specific ARN (which uses said UUID).
➤ NB: s3:PutObject still allows overwriting an existing object
➤ There is, however, no way to enforce upload size using this solution