File tree 4 files changed +10
-7
lines changed
src/main/java/com/amazonaws/services/cloudtrail/processinglibrary/model
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : AWS CloudTrail Processing Library for Java
4
4
Bundle-SymbolicName : com.amazonaws.awscloudtrailprocessinglibrary;singleton:=true
5
- Bundle-Version : 1.5.0
5
+ Bundle-Version : 1.5.1
6
6
Bundle-Vendor : Amazon Technologies, Inc
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
- Require-Bundle : com.amazonaws.sdk;bundle-version="1.11.830 "
8
+ Require-Bundle : com.amazonaws.sdk;bundle-version="1.12.1 "
9
9
Export-Package : com.amazonaws.services.cloudtrail,
10
10
com.amazonaws.services.cloudtrail.processinglibrary,
11
11
com.amazonaws.services.cloudtrail.processinglibrary.configuration,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Getting Started
32
32
Minimum Requirements
33
33
~~~~~~~~~~~~~~~~~~~~
34
34
35
- * **AWS Java SDK 1.11.830 **: To use the |library |, you'll need the `AWS Java SDK `__.
35
+ * **AWS Java SDK 1.12.1 **: To use the |library |, you'll need the `AWS Java SDK `__.
36
36
* **Java 1.8 **: The |library | requires `Java 1.8 (Java SE 8) `__ or later.
37
37
38
38
.. __ : https://github.com/aws/aws-sdk-java
@@ -65,6 +65,10 @@ build, use this command::
65
65
Release Notes
66
66
-------------
67
67
68
+ Release 1.5.1 (July 26, 2022)
69
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
+ * Update AWS Java SDK (S3/SQS) version to 1.12.x
71
+
68
72
Release 1.5.0 (Jan 26, 2022)
69
73
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
74
* Added support for implementing custom S3 manager.
Original file line number Diff line number Diff line change 5
5
<artifactId >aws-cloudtrail-processing-library</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >AWS CloudTrail Processing Library for Java</name >
8
- <version >1.5.0 </version >
8
+ <version >1.5.1 </version >
9
9
<description >AWS CloudTrail Processing Library for Java helps Java
10
10
developers to easily consume and process log files from AWS
11
11
CloudTrail.
26
26
</licenses >
27
27
28
28
<properties >
29
- <aws-java-sdk .version>1.11.830 </aws-java-sdk .version>
29
+ <aws-java-sdk .version>1.12.1 </aws-java-sdk .version>
30
30
</properties >
31
31
32
32
<dependencies >
Original file line number Diff line number Diff line change @@ -277,8 +277,7 @@ public String getApiVersion() {
277
277
/**
278
278
* Get the recipient account ID
279
279
*
280
- * @return the account ID that received this event. This will be the same as the User Identity Element's accountId
281
- * value.
280
+ * @return the account ID that received this event.
282
281
*/
283
282
public String getRecipientAccountId () {
284
283
return (String ) get (CloudTrailEventField .recipientAccountId .name ());
You can’t perform that action at this time.
0 commit comments