File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ services:
6060 - SCUBA_HEALTHCHECK_FREQUENCY
6161 - S3QUOTA
6262 - QUOTA_ENABLE_INFLIGHTS
63+ - S3_VERSION_ID_ENCODING_TYPE
6364 env_file :
6465 - creds.env
6566 depends_on :
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ jobs:
281281 S3METADATA : mongodb
282282 S3KMS : file
283283 S3_LOCATION_FILE : /usr/src/app/tests/locationConfig/locationConfigTests.json
284+ S3_VERSION_ID_ENCODING_TYPE : base62
284285 DEFAULT_BUCKET_KEY_FORMAT : v0
285286 MONGODB_IMAGE : ghcr.io/${{ github.repository }}/ci-mongodb:${{ github.sha }}
286287 CLOUDSERVER_IMAGE : ghcr.io/${{ github.repository }}:${{ github.sha }}
@@ -325,6 +326,7 @@ jobs:
325326 S3METADATA : mongodb
326327 S3KMS : file
327328 S3_LOCATION_FILE : /usr/src/app/tests/locationConfig/locationConfigTests.json
329+ S3_VERSION_ID_ENCODING_TYPE : base62
328330 DEFAULT_BUCKET_KEY_FORMAT : v1
329331 METADATA_MAX_CACHED_BUCKETS : 1
330332 MONGODB_IMAGE : ghcr.io/${{ github.repository }}/ci-mongodb:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments