Flowdock
method

headers_for_direct_upload

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: GCSService
headers_for_direct_upload(key, 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/gcs_service.rb, line 107
    def headers_for_direct_upload(key, checksum,, **)
      { "Content-MD5" => checksum }
    end
Register or log in to add new notes.