Skip to content

Commit

Permalink
Better description of command
Browse files Browse the repository at this point in the history
  • Loading branch information
shepazon committed Nov 4, 2024
1 parent 568645f commit 9a472bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions swift/example_code/s3/presigned-urls/Sources/entry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ struct ExampleCommand: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "presigned",
abstract: """
Transfer a file up or down between the local device and an Amazon S3
URI.
This example shows how to use presigned requests when transferring files
using Amazon Simple Storage Service (Amazon S3). In addition, you can
optionally use a flag on the command line to use multi-part uploads.
""",
discussion: """
"""
Expand Down

0 comments on commit 9a472bf

Please sign in to comment.