Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Typo fix, needed to add a comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeramlug committed Aug 1, 2017
1 parent c3cce56 commit 76fd421
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 @@ -37,7 +37,7 @@ public struct S3 {
let headers = try signer.sign(
payload: .bytes(bytes),
method: .put,
path: path
path: path,
headers: ["x-amz-acl": access.rawValue]
)

Expand Down

0 comments on commit 76fd421

Please sign in to comment.