Skip to content

Commit 912b2b6

Browse files
committed
Fix broken SoS tags
1 parent 9a472bf commit 912b2b6

File tree

1 file changed

+2
-2
lines changed
  • swift/example_code/s3/presigned-urls/Sources

1 file changed

+2
-2
lines changed

swift/example_code/s3/presigned-urls/Sources/entry.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct ExampleCommand: ParsableCommand {
9595
} catch {
9696
throw TransferError.signingError
9797
}
98-
// snippet-start:[swift.s3.presigned.presign-PutObject]
98+
// snippet-end:[swift.s3.presigned.presign-PutObject]
9999

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

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

299299
// MARK: Support
300300

0 commit comments

Comments
 (0)