mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:33:24 +08:00
dd4b8c2afa
Other locale characters in file names (e.g. é, ä) as well as special characters can cause issues on S3, notably the S3 copy object operation does not support these special characters. Instead of storing the original file name in the key, which is unnecessary, we now generate a random file name with the original extension for the temporary file and use that for all external upload stub operations. |
||
---|---|---|
.. | ||
distributed_cache_spec.rb | ||
jobs_spec.rb | ||
pausable_multisite_spec.rb | ||
pausable_spec.rb | ||
post_spec.rb | ||
s3_store_spec.rb | ||
site_settings_spec.rb |