Skip to content
Snippets Groups Projects
Unverified Commit 3d342924 authored by Dan Peterson's avatar Dan Peterson Committed by GitHub
Browse files

Fix default S3_HOSTNAME used in mastodon:setup (#19932)


s3-us-east-1.amazonaws.com does not exist.

Co-authored-by: default avatarEffy Elden <effy@effy.space>
parent 22e36271
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ namespace :mastodon do
env['S3_HOSTNAME'] = prompt.ask('S3 hostname:') do |q|
q.required true
q.default 's3-us-east-1.amazonaws.com'
q.default 's3.us-east-1.amazonaws.com'
q.modify :strip
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment