Skip to content

Implement Google Cloud Storage-based blob storage#1054

Merged
wadimw merged 4 commits intoupstream-patchedfrom
gcs-blob-storage
Feb 13, 2026
Merged

Implement Google Cloud Storage-based blob storage#1054
wadimw merged 4 commits intoupstream-patchedfrom
gcs-blob-storage

Conversation

@wadimw
Copy link

@wadimw wadimw commented Feb 13, 2026

This PR implements a GCS-backed blob storage backend.

To enable it, specify the following properties:

# Enable GCS client
l10n.gcs.enabled=true

# Use GCS as Blob Storage backend
l10n.blob-storage.type=gcs

# Specify bucket name and object name prefix (i.e. directory)
l10n.blob-storage.gcs.bucket=mojito
l10n.blob-storage.gcs.prefix=mojito

Configuration of the client auth should happen through Application Default Credentials.

@wadimw wadimw requested a review from jaknas February 13, 2026 16:22
@wadimw wadimw requested a review from ehoogerbeets February 13, 2026 16:48
@wadimw wadimw marked this pull request as ready for review February 13, 2026 16:58
@wadimw wadimw added the upstream-patched Experimental features ported from legacy branch label Feb 13, 2026
@wadimw wadimw merged commit e132d9d into upstream-patched Feb 13, 2026
4 checks passed
@wadimw wadimw deleted the gcs-blob-storage branch February 13, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upstream-patched Experimental features ported from legacy branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants