diff --git a/Sources/S3/S3.swift b/Sources/S3/S3.swift index ba96732..3084ff3 100644 --- a/Sources/S3/S3.swift +++ b/Sources/S3/S3.swift @@ -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] )