Skip to content

Commit fad5452

Browse files
committed
Remove references to GCS in AWS examples
1 parent 538e379 commit fad5452

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/sourcegraph/examples/external-object-storage/aws-s3-access-key-authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ blobstore:
1111
# Use YAML anchors and aliases to keep override file clean
1212
x-object-storage-env: &objectStorageEnv
1313
SOURCEGRAPH_UPLOAD_BACKEND:
14-
value: S3 # Either S3 or GCS
14+
value: S3
1515
SOURCEGRAPH_UPLOAD_BUCKET:
1616
value: sourcegraph-bucket
1717
SOURCEGRAPH_UPLOAD_AWS_ENDPOINT: # Optional

charts/sourcegraph/examples/external-object-storage/aws-s3-irsa-authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ blobstore:
1111
# Use YAML anchors and aliases to keep override file clean
1212
x-object-storage-env: &objectStorageEnv
1313
SOURCEGRAPH_UPLOAD_BACKEND:
14-
value: S3 # Either S3 or GCS
14+
value: S3
1515
SOURCEGRAPH_UPLOAD_BUCKET:
1616
value: sourcegraph-bucket
1717
SOURCEGRAPH_UPLOAD_AWS_ENDPOINT: # Optional

0 commit comments

Comments
 (0)