We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a472bf commit 912b2b6Copy full SHA for 912b2b6
swift/example_code/s3/presigned-urls/Sources/entry.swift
@@ -95,7 +95,7 @@ struct ExampleCommand: ParsableCommand {
95
} catch {
96
throw TransferError.signingError
97
}
98
- // snippet-start:[swift.s3.presigned.presign-PutObject]
+ // snippet-end:[swift.s3.presigned.presign-PutObject]
99
100
// Send the HTTP request and upload the file to Amazon S3.
101
@@ -294,7 +294,7 @@ struct ExampleCommand: ParsableCommand {
294
return S3ClientTypes.CompletedPart(eTag: eTag, partNumber: partNumber)
295
296
297
- // snippet-start:[swift.s3.presigned.presign-upload-part]
+ // snippet-end:[swift.s3.presigned.presign-upload-part]
298
299
// MARK: Support
300
0 commit comments