mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
aae56c3529
The Azure gem uses `Azure::Core::Http::HTTPError` for everything: checksum mismatch, missing object, network unavailable, and many more. (https://www.rubydoc.info/github/yaxia/azure-storage-ruby/Azure/Core/Http/HTTPError). Rescuing that class obscures all sorts of configuration errors. We should check the type of error in those rescue blocks, and reraise when needed. |
||
---|---|---|
.. | ||
active_storage | ||
tasks | ||
active_storage.rb |