Skip to content

Commit

Permalink
fix: correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Apr 24, 2024
1 parent c2c28cb commit ca76ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/s3-object.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import module namespace s3-request = "http://history.state.gov/ns/xquery/aws/s3/
: @see https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
:)
declare function s3-object:encode-object-key-name($key-name as xs:string) {
$filename
$key-name
=> tokenize("/")
=> for-each(function($slug) { encode-for-uri($slug) })
=> string-join("/")
Expand Down

0 comments on commit ca76ac0

Please sign in to comment.