Skip to content

Commit

Permalink
making signer instance public
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed May 26, 2018
1 parent a83a104 commit 1e1ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/S3/S3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class S3: S3Client {
public internal(set) var defaultBucket: String

/// Signer instance
let signer: S3Signer
public let signer: S3Signer

let urlBuilder: URLBuilder?

Expand Down

0 comments on commit 1e1ab2f

Please sign in to comment.