railsでS3にアップロードしたファイルをダウンロードしたいのですが、
error
1Completed 500 Internal Server Error in 1011ms (ActiveRecord: 0.3ms | Allocations: 4126) 2 3ArgumentError (path name contains null byte):
が出てしまいます。なにかわかる方は教えてください。お願いします(__)。
def download @notice = Notice.find(params[:id]) data = open("https://バケット名.s3-ap-northeast-1.amazonaws.com/uploads/#{@notice.file.file.filename}") send_file(data.read, disposition: 'attachment') end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。