Skip to content

Use aws cli instead of minio mc and bucket variables

Michael Hofmann requested to merge bucket-variables into master

Prepare for a world of multiple (cloud) S3 providers at the same time.

  • standardize on the aws cli and remove minio client from tests
  • provide functions to download and upload to an S3 bucket
  • unit tests for those functions
  • switch the prepare stage to use bucket variables
  • switch the ccache to use bucket variables

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports