取得 blob 表示的已簽署永久參照,並將其轉換為可下載的臨時服務網址。
警告:所有 Active Storage 控制器預設為公開存取。產生的網址雖然難以猜測,但設計為永久性。如果你的檔案需要更高層級的保護,請考慮實作 經過驗證的控制器。
方法
- S
實例公共方法
show() 連結
來源:show | 在 GitHub 上
# File activestorage/app/controllers/active_storage/representations/redirect_controller.rb, line 10 def show expires_in ActiveStorage.service_urls_expire_in redirect_to @representation.url(disposition: params[:disposition]), allow_other_host: true end