mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Fix typo.
This commit is contained in:
committed by
David Steele
parent
be16bf69a8
commit
3e2c8874f7
@@ -449,7 +449,7 @@ storageS3ListInternal(
|
||||
// Use list type 2
|
||||
httpQueryAdd(query, S3_QUERY_LIST_TYPE_STR, S3_QUERY_VALUE_LIST_TYPE_2_STR);
|
||||
|
||||
// Don't specified empty prefix because it is the default
|
||||
// Don't specify empty prefix because it is the default
|
||||
if (!strEmpty(queryPrefix))
|
||||
httpQueryAdd(query, S3_QUERY_PREFIX_STR, queryPrefix);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user