sourcegraph/internal/object
Varun Gandhi fb51358cce
chore: Remove unused TTL in object.Storage config (#63947)
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.
2024-07-22 02:58:57 +00:00
..
mocks
BUILD.bazel
config_test.go
config.go
expirer.go
gcs_api.go
gcs_client_test.go
gcs_client.go
lazy_client.go
mocks_test.go
observability.go
pool.go
reader.go
s3_api.go
s3_client_test.go
s3_client.go
store_test.go
store.go