carrierwave-upyun
carrierwave-upyun copied to clipboard
UpYun storage for CarrierWave
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
- 只用 carrierwave 时,store_dir 默认出现在 Rails.public_path 下。 - 添加 carrierwave-upyun 后,store_dir 出现在 Rails.root 下。 看了一下 carrierwave-upyun 没有修改 store_dir 的逻辑,不知道是哪里影响了。
from your sdk, you use a non-https host of upyun and you sent username and password with simple http auth, so the password will leak if the package is captured.
如果我使用id作为文件夹名字,比如 def store_dir "uploads/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}" end 当删除图片的时候,无法删除包含图片的文件夹。
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.2.2 to 3.0.5. Release notes Sourced from carrierwave's releases. 3.0.4 Fixed Fix model's dirty state remaining after update (@rajyan #2707, #2702) Fix #dup modifying the original object...