Skip to content

Add support for minio #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Add support for minio #70

merged 1 commit into from
Nov 18, 2021

Conversation

iQQBot
Copy link
Contributor

@iQQBot iQQBot commented Nov 4, 2021

Description

Add cache support for minio
used for self-hosted gitpod develop gitpod

Related Issue(s)

Fixes #

How to test

  1. need install minio cli
  2. set login info
mc alias set minio http://IP:PORT/ user pass --api S3v4
  1. set env var LEEWAY_REMOTE_CACHE_STORAGE=MINIO
  2. set env var LEEWAY_REMOTE_CACHE_BUCKET=bucket
  3. use leeway

Release Notes

NONE

Documentation

@iQQBot
Copy link
Contributor Author

iQQBot commented Nov 4, 2021

/assign @csweichel

@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #70 (6121b3d) into master (431246e) will decrease coverage by 0.16%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master     #70      +/-   ##
=========================================
- Coverage    8.20%   8.04%   -0.17%     
=========================================
  Files          17      17              
  Lines        2217    2262      +45     
=========================================
  Hits          182     182              
- Misses       2004    2049      +45     
  Partials       31      31              

@csweichel
Copy link
Collaborator

Awesome. Thank you :)

@csweichel csweichel merged commit f32752e into gitpod-io:master Nov 18, 2021
@iQQBot iQQBot deleted the minio-support branch November 18, 2021 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants