Skip to content

Implement uploading functionality for status page storage client for AWS S3

Peter Leitzen requested to merge pl-status-page-s3client into master

What does this MR do?

Part of #205168 (closed).

This MR implement the most minimal status page storage client for AWS S3 which just handles uploading objects.

The S3 client returns platform-agnostic data to allow an easier way adding a more generic interface later.

Future MRs will implement the actual usage of this S3 client. Currently, the S3 client is only used in PoC MR.

Note, although a feature we don't provide a changelog entry as these changes are not user-facing and the code is not used yet.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports