Skip to content
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

Remove minio region #715

Merged
merged 1 commit into from
May 10, 2022
Merged

Remove minio region #715

merged 1 commit into from
May 10, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented May 10, 2022

Twice recently the minio region seemed to have changed, breaking the CI tests.
By unsetting the region seems to get the tests work, which aligns with minio documentation:

// Location is an optional argument, by default all buckets are
// created in US Standard Region.

https://github.com/minio/minio-go/blob/3237a5a7c17fb7beb0607b23c6831238b118ef93/api-put-bucket.go#L116-L117

@pjbgf pjbgf added the area/ci CI related issues and pull requests label May 10, 2022
Twice recently the minio region seemed to have changed
unsetting it seems to work consistently.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
@pjbgf pjbgf merged commit 5b4750b into fluxcd:main May 10, 2022
@pjbgf pjbgf deleted the minio-region branch May 10, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants