mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:51:43 +00:00
In this PR (https://github.com/sourcegraph/sourcegraph/pull/45042), it is noted that: > Removed lifecycle configuration from uploadstore, instead relying just > on our own builtin background worker to expire objects. As a result, the `TTL` field on the GCS Client was not used anywhere. So this patch removes the TTL field. |
||
|---|---|---|
| .. | ||
| internal/blobstore | ||
| shared | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||
blobstore
WARNING: This code is not yet used. docker-images/blobstore is the currently used blobstore implementation which uses a Java codebase called s3proxy.
Implements a very simple S3-compatible API subset which can:
- Create buckets
- Put and delete objects in a bucket
- List a bucket's objects
It provides the blob storage that Sourcegraph uses by default out-of-the-box (i.e. if not configured to use an external S3 or GCS bucket.)