Skip to content

Commit 4cc998d

Browse files
shepazonmeyertst-aws
authored andcommitted
Add another set of SoS tags
1 parent d1e71f3 commit 4cc998d

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ struct ExampleCommand: ParsableCommand {
378378

379379
// Create a presigned URLRequest with the `GetObject` action.
380380

381+
// snippet-start:[swift.s3.presigned.getobject]
381382
let getInput = GetObjectInput(
382383
bucket: bucket,
383384
key: key
@@ -392,6 +393,7 @@ struct ExampleCommand: ParsableCommand {
392393
} catch {
393394
throw TransferError.signingError
394395
}
396+
// snippet-end:[swift.s3.presigned.getobject]
395397

396398
// Use the presigned request to fetch the file from Amazon S3 and
397399
// store it at the location given by the `destPath` parameter.

0 commit comments

Comments
 (0)