Flowdock
method

headers_for_direct_upload

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: S3Service
headers_for_direct_upload(key, content_type:, checksum:, **) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/service/s3_service.rb, line 90
    def headers_for_direct_upload(key, content_type,, checksum,, **)
      { "Content-Type" => content_type, "Content-MD5" => checksum }
    end
Register or log in to add new notes.