1
5
所有文件都使用默认的activestorage进行私有化。 如果您希望能够上载某些具有公共acl(具有公共url)的文件,以及其他具有私有acl(具有过期url)的文件,则可以使用 补丁 在这里: https://gist.github.com/dinatih/dbfdfd4e84faac4037448a06c9fdc016 从这个评论: https://github.com/rails/rails/issues/31419#issuecomment-370900013 |