Skip to content

Introduce GCS adapter for remote cache

Tomasz Maczukin requested to merge introduce-gcs-cache-support into master

What does this MR do?

Adds GCS support for caching mechanism

Why was this MR needed?

GCS doesn't work well with minio-go library, because of differences in S3 protocol implementations. This MR adds support for GCS using the GCS own API to create presigned URLs for uploading and downloading.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #1773 (closed)

Edited by Tomasz Maczukin

Merge request reports