Skip to content

Commit

Permalink
Use the custom configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
shepazon committed Nov 15, 2024
1 parent 3689c1b commit 6d0fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/example_code/s3/presigned-urls/Sources/entry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct ExampleCommand: ParsableCommand {
bucket: bucket,
key: fileName
).presign(
config: config,
config: putConfig,
expiration: TimeInterval(10 * 60)
)

Expand Down

0 comments on commit 6d0fcb8

Please sign in to comment.