Flowdock
method

headers_for_direct_upload

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: AzureStorageService
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/azure_storage_service.rb, line 116
    def headers_for_direct_upload(key, content_type,, checksum,, **)
      { "Content-Type" => content_type, "Content-MD5" => checksum, "x-ms-blob-type" => "BlockBlob" }
    end
Register or log in to add new notes.