mirror of
https://github.com/status-im/consul.git
synced 2025-02-10 04:45:05 +00:00
12 lines
209 B
Bash
12 lines
209 B
Bash
#!/bin/bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
export REQUIRED_SERVICES="
|
|
$DEFAULT_REQUIRED_SERVICES
|
|
s3 s3-sidecar-proxy
|
|
s3-v1 s3-v1-sidecar-proxy
|
|
s3-v2 s3-v2-sidecar-proxy
|
|
"
|