Skip to content

Commit f803c23

Browse files
author
Horia Chiorean
authored
Merge pull request #1653 from dalbani/patch-1
Fix typos related to S3 in ModeShape schemas
2 parents 9d330e0 + ae4ec16 commit f803c23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/jbossas/modeshape-jbossas-subsystem/src/main/resources/schema/modeshape_3_0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
</xs:attribute>
11051105
<xs:attribute name="endpoint-url" type="xs:string" use="optional">
11061106
<xs:annotation>
1107-
<xs:documentation>The bucket name</xs:documentation>
1107+
<xs:documentation>The endpoint URL</xs:documentation>
11081108
</xs:annotation>
11091109
</xs:attribute>
11101110
</xs:attributeGroup>

modeshape-jcr/src/main/resources/org/modeshape/jcr/repository-config-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
},
491491
"endPoint" : {
492492
"type" : "string",
493-
"description" : "The S3 bucket name in which binary values will be stored.",
493+
"description" : "The endpoint URL used to communicate with S3.",
494494
"required" : false
495495
},
496496
"minimumBinarySizeInBytes" : {
@@ -1179,4 +1179,4 @@
11791179
}
11801180
}
11811181
}
1182-
}
1182+
}

0 commit comments

Comments
 (0)