We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for Google Cloud Storage backend for image uploads using @tweedegolf/sab-adapter-google-cloud.
@tweedegolf/sab-adapter-google-cloud
We have a Pull Request ready if you are happy with this contribution?
Configuration would look like:
awards: storage: gcs: bucket: gs://backstage-awards # required keyFilename: path/to/keyFile.json # optional: defaults to GOOGLE_APPLICATION_CREDENTIALS
The text was updated successfully, but these errors were encountered:
feat!(awards): add GCS storage for award logos (seatgeek#37)
352020e
Award logos are now stored via GCS, s3 or local filesystem storage.
e8b64f8
feat(awards): add GCS storage for award logos (#37) (#38)
812bd52
Award logos are now stored via GCS, s3 or local filesystem storage. Co-authored-by: markjones <[email protected]>
Successfully merging a pull request may close this issue.
Add support for Google Cloud Storage backend for image uploads using
@tweedegolf/sab-adapter-google-cloud
.We have a Pull Request ready if you are happy with this contribution?
Configuration would look like:
The text was updated successfully, but these errors were encountered: