0
私の現在のコードにすべてのデータを送信しアッカ・ストリームシンクを作成することはあり署名:HTTPエンドポイント
def putObject(key: String, contentType: ContentType, data: Source[ByteString,_]): Future[HttpReponse]
(アッカ-HTTPクライアントに単に代表者)
私が署名をしたいと思います私はメモにすべてのバイトをバッファリングすることなく、HttpRequestのシングルのための機関として、すべてのバイト文字列を消費シンクを作成するにはどうすればよい
def putObject(key: String, contentType: ContentType): Sink[ByteString, Future[HttpReponse]]
されるようにry?