Method: Tus::Storage::S3#update_info
- Defined in:
- lib/tus/storage/s3.rb
#update_info(uid, info) ⇒ Object
Updates info of the specified upload.
164 165 166 |
# File 'lib/tus/storage/s3.rb', line 164 def update_info(uid, info) object("#{uid}.info").put(body: info.to_json) end |