Skip to content

Commit 6d0fcb8

Browse files
committed
Use the custom configuration.
1 parent 3689c1b commit 6d0fcb8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct ExampleCommand: ParsableCommand {
116116
bucket: bucket,
117117
key: fileName
118118
).presign(
119-
config: config,
119+
config: putConfig,
120120
expiration: TimeInterval(10 * 60)
121121
)
122122

0 commit comments

Comments
 (0)