Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
イメージを一時ファイルに書き込まずに S3 に保存できるようにする必要があります。私のアプリケーションは、読み取り専用ファイル システムを持つ heroku にデプロイされます。イメージをメモリから S3 に直接保存する方法はありますか?
行く:
AWS::S3::S3Object.store('image_name.png', image.to_blob, 'bucket_name')