Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 5, 2023
1 parent 4ef3bef commit c41f059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SotoCore/Message/AWSResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public struct AWSResponse {
/// initialize an AWSResponse Object
/// - parameters:
/// - from: Raw HTTP Response
/// - serviceProtocol: protocol of service (.json, .xml, .query etc)
/// - raw: Whether Body should be treated as raw data
/// - streaming: Whether Body should be treated as streamed data or collated into
/// one ByteBuffer
init(from response: AWSHTTPResponse, streaming: Bool) async throws {
self.status = response.status

Expand Down

0 comments on commit c41f059

Please sign in to comment.