Skip to content

Commit c0ac3f8

Browse files
Ondrej RafajOndrej Rafaj
authored andcommitted
yes, I am an idiot, fixing the same shit again
1 parent b0bab37 commit c0ac3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/S3.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ public class S3 {
7777
throw Error.missingCredentials("secretKey")
7878
}
7979

80-
self.bucketName = bucketName
81-
8280
self.init(droplet: drop, accessKey: accessKey, secretKey: secretKey)
81+
82+
self.bucketName = bucketName
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)