Skip to content

Commit

Permalink
Fix broken SoS tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shepazon committed Nov 4, 2024
1 parent 9a472bf commit 912b2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift/example_code/s3/presigned-urls/Sources/entry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct ExampleCommand: ParsableCommand {
} catch {
throw TransferError.signingError
}
// snippet-start:[swift.s3.presigned.presign-PutObject]
// snippet-end:[swift.s3.presigned.presign-PutObject]

// Send the HTTP request and upload the file to Amazon S3.

Expand Down Expand Up @@ -294,7 +294,7 @@ struct ExampleCommand: ParsableCommand {
return S3ClientTypes.CompletedPart(eTag: eTag, partNumber: partNumber)
}
}
// snippet-start:[swift.s3.presigned.presign-upload-part]
// snippet-end:[swift.s3.presigned.presign-upload-part]

// MARK: Support

Expand Down

0 comments on commit 912b2b6

Please sign in to comment.