Verified Commit b4ecd37f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove unnecessary check in entrypoint's S3 config

parent 473c7ad2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -110,9 +110,6 @@ setup_database() {
setup_s3() {
	# https://github.com/humanmade/S3-Uploads

	declare -a configs=( "${!S3_ENDPOINT_@}" )
	[[ ${#configs[*]} -gt 0 ]] || return 0

	[[ -v S3_UPLOADS_ENDPOINT_URL ]] &&
	[[ -v S3_ENDPOINT_KEY ]] &&
	[[ -v S3_ENDPOINT_SECRET ]] ||