We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212de25 commit 849eae1Copy full SHA for 849eae1
.changes/next-release/feature-AWSS3-2bfc0aa.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "Amazon S3",
4
+ "contributor": "nikitamsawant",
5
+ "description": "Updated the version of aws-s3-accessgrants-java-plugin to include changes that support copyObject and deleteObjects."
6
+}
pom.xml
@@ -180,7 +180,7 @@
180
<reactive-streams.version>1.0.4</reactive-streams.version>
181
182
<!-- S3 Access Grants plugin version -->
183
- <s3accessgrants.version>2.0.1</s3accessgrants.version>
+ <s3accessgrants.version>2.1.0</s3accessgrants.version>
184
185
<skip.unit.tests>${skipTests}</skip.unit.tests>
186
<integTestSourceDirectory>${project.basedir}/src/it/java</integTestSourceDirectory>
0 commit comments