We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f241d4e commit 3f56677Copy full SHA for 3f56677
lib/s3middleware/tagging.ts
@@ -45,7 +45,7 @@ export const _validator = {
45
validateTagObjectStructure: (tag: BucketTag) => tag
46
&& Object.keys(tag).length === 2
47
&& typeof tag.Key === 'string' && typeof tag.Value === 'string'
48
- && tag.Key.length >= 1 && tag.Value.length >= 1,
+ && tag.Key.length >= 1,
49
50
validateXMLStructure: (result: any) =>
51
result && Object.keys(result).length === 1 &&
0 commit comments