Skip to content

Commit

Permalink
yes, I am an idiot, fixing the same shit again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj authored and Ondrej Rafaj committed Dec 14, 2016
1 parent b0bab37 commit c0ac3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/S3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public class S3 {
throw Error.missingCredentials("secretKey")
}

self.bucketName = bucketName

self.init(droplet: drop, accessKey: accessKey, secretKey: secretKey)

self.bucketName = bucketName
}

/**
Expand Down

0 comments on commit c0ac3f8

Please sign in to comment.