Fix typo.

This commit is contained in:
Cynthia Shang
2020-07-01 07:39:29 -04:00
committed by David Steele
parent be16bf69a8
commit 3e2c8874f7
+1 -1
View File
@@ -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);