mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 15:47:32 +08:00
97e17fe084
This commit makes the rake task operational for all regions for s3. If we declare s3_endpoint as https://s3.amazonaws.com while
creating an instance of Aws::S3::Client, head_bucket fails for all s3 regions apart from us-east-1. The commit manually defines all
parameters for Aws::S3::Client apart from s3_endpoint to bypass this problem make this task usable for AWS S3.
Removing s3_endpoint from the payload means that custom endpoints like Minio/DO Spaces for will not work in the meantime and we'll
have to add support for a custom `s3_endpoint` in the future.
This commit follows up on
|
||
---|---|---|
.. | ||
add_topic_to_quotes.rake | ||
admin.rake | ||
api.rake | ||
assets.rake | ||
auto_annotate_models.rake | ||
autospec.rake | ||
avatars.rake | ||
backfill.thor | ||
build_test_topic.rake | ||
build.rake | ||
categories.rake | ||
cdn.rake | ||
db.rake | ||
destroy.rake | ||
docker.rake | ||
emails.rake | ||
emoji.rake | ||
export.rake | ||
i18n.rake | ||
images.rake | ||
import.rake | ||
integration.rake | ||
javascript.rake | ||
maxminddb.rake | ||
plugin.rake | ||
populate.thor | ||
posts.rake | ||
qunit.rake | ||
redis.rake | ||
release_note.rake | ||
rspec.rake | ||
s3.rake | ||
scheduler.rake | ||
search.rake | ||
site_settings.rake | ||
smoke_test.rake | ||
svg_icons.rake | ||
tags.rake | ||
topics.rake | ||
typepad.thor | ||
uploads.rake | ||
user_actions.rake | ||
users.rake |