Skip to content

Commit

Permalink
chore: Fixing SwiftLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed Sep 5, 2024
1 parent dc86149 commit 6dd06ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ extension AmplifyStringConvertible {
}
}

// swiftlint:disable identifier_name
private protocol _AmplifyOptional {
func _amplifyUnwrap() -> Any?
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extension S3Client.S3ClientConfiguration {
telemetryProvider: telemetryProvider,
retryStrategyOptions: retryStrategyOptions,
clientLogMode: clientLogMode,
endpoint:endpoint,
endpoint: endpoint,
idempotencyTokenGenerator: idempotencyTokenGenerator,
httpClientEngine: httpClientEngine,
httpClientConfiguration: httpClientConfiguration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import Smithy
import SmithyHTTPAPI
import SmithyRetries

// swiftlint:disable identifier_name
// swiftlint:disable line_length
extension UploadPartInput {
public func customPresignURL(config: S3Client.S3ClientConfiguration, expiration: Foundation.TimeInterval) async throws -> Foundation.URL? {
let serviceName = "S3"
Expand Down

0 comments on commit 6dd06ce

Please sign in to comment.