You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
* origin/grails3: (50 commits)
Version bumped to 2.1.5
Minor improvement in AmazonS3Service.buildMetadataFromType: cannedAcl param added
Version bumped to 2.1.4
[Fix] SES config if located under awssdk > ses but we were looking for awssdk > email due to the use of AmazonSimpleEmailService.ENDPOINT_PREFIX as AWS service name
Version bumped to 2.1.3
[Fix] Endpoint attributes should be strings
Version bumped to 2.1.2
[Fix] Search for consumerFilterKey in kinesis specific config
Version bumped to 2.1.1
Reverting AwsClientUtil in SES plugin
Kinesis client lib upgraded to 1.7.2
Move AWS grails 3 plugins into a single multi-project build (Work in Progress : fixed bintrayUpload)
[Chore] Travis config update
Move AWS grails 3 plugins into a single multi-project build (Work in Progress : renamed grails directories)
Move AWS grails 3 plugins into a single multi-project build (Work in Progress : fixed tests)
Move AWS grails 3 plugins into a single multi-project build (Work in Progress)
README update
Version bumped to 1.10.74
AWS SDK java lib upgraded to 1.10.74
Grails upgraded to 3.1.6
...
# Conflicts:
# .gitignore
# AwsSdkGrailsPlugin.groovy
# README.md
# application.properties
# grails-app/conf/BuildConfig.groovy
# grails-app/services/grails/plugin/awssdk/AmazonWebService.groovy
# grailsw
# grailsw.bat
# src/docs/guide/installation.gdoc
# test/unit/grails/plugin/awssdk/AmazonWebServiceTests.groovy
# wrapper/grails-wrapper-runtime-2.5.1.jar
Copy file name to clipboardexpand all lines: README.md
+11-181
Original file line number
Diff line number
Diff line change
@@ -6,193 +6,23 @@ AWS SDK Grails Plugin
6
6
7
7
# Introduction
8
8
9
-
The AWS SDK Plugin allows your [Grails](http://grails.org) application to use the [Amazon Web Services](http://aws.amazon.com/) infrastructure services.
9
+
The [AWS SDK Plugins for Grails3](https://medium.com/@benorama/aws-sdk-plugins-for-grails-3-cc7f910fdc0d#.5gdwdxei3) are a suite of plugins that adds support for the [Amazon Web Services](http://aws.amazon.com/) infrastructure services.
10
10
11
-
The aim is to provide a lightweight **amazonWebService** Grails service wrapper around the official [AWS SDK for Java](http://aws.amazon.com/sdkforjava/).
11
+
The aim is to to get you started quickly by providing friendly lightweight utility [Grails](http://grails.org) service wrappers, around the official [AWS SDK for Java](http://aws.amazon.com/sdkforjava/) (which is great but very “java-esque”).
12
+
See [this article](https://medium.com/@benorama/aws-sdk-plugins-for-grails-3-cc7f910fdc0d#.5gdwdxei3) for more info.
12
13
13
-
The [AWS SDK for Java](http://aws.amazon.com/sdkforjava/) provides a Java API for AWS infrastructure services, making it even easier for developers to build applications that tap into the cost-effective, scalable, and reliable AWS cloud.
* 2015-05-22 **V1.9.37** : AWS SDK for Java updated to V1.9.37
124
-
* 2015-05-01 **V1.9.33** : AWS SDK for Java updated to V1.9.33 + Cognito services abbreviation (fix #34)
125
-
* 2015-04-08 **V1.9.29** : AWS SDK for Java updated to V1.9.29
126
-
* 2015-02-25 **V1.9.22** : AWS SDK for Java updated to V1.9.22
127
-
* 2015-02-11 **V1.9.18** : AWS SDK for Java updated to V1.9.18
128
-
* 2015-01-27 **V1.9.17** : AWS SDK for Java updated to V1.9.17
129
-
* 2015-01-09 **V1.9.14** : AWS SDK for Java updated to V1.9.14
130
-
* 2015-01-08 **V1.9.13** : AWS SDK for Java updated to V1.9.13
131
-
* 2014-12-05 **V1.9.10** : AWS SDK for Java updated to V1.9.10
132
-
* 2014-12-05 **V1.9.9.1** : Fix an issue with groovy setter method selection when setting client region
133
-
* 2014-12-05 **V1.9.9** : AWS SDK for Java updated to V1.9.9
134
-
* 2014-11-15 **V1.9.6** : AWS SDK for Java updated to V1.9.6 + CodeDeploy, Config and KMS support added
135
-
* 2014-11-12 **V1.9.4** : AWS SDK for Java updated to V1.9.4
136
-
* 2014-10-24 **V1.9.2** : AWS SDK for Java updated to V1.9.2
137
-
* 2014-10-09 **V1.9.0** : AWS SDK for Java updated to V1.9.0 + CloudSearch V2 support by default
138
-
139
-
**WARNING**: Breaking change, since V1.9.0, new **CloudSearch** API Version 2013-01-01 are used (package *com.amazonaws.services.cloudsearchv2* instead of *com.amazonaws.services.cloudsearch* ).
140
-
If you are using CloudSearch, please update your calls to the API.
141
-
142
-
* 2014-10-01 **V1.8.11** : AWS SDK for Java updated to V1.8.11
143
-
* 2014-09-18 **V1.8.10.2** : AWS SDK for Java updated to V1.8.10.2 (fix release)
144
-
* 2014-09-12 **V1.8.10** : AWS SDK for Java updated to V1.8.10
145
-
* 2014-08-18 **V1.8.9** : AWS SDK for Java updated to V1.8.9
146
-
* 2014-07-14 **V1.8.4** : AWS SDK for Java updated to V1.8.4 + Amazon Cognito Identity and Sync support added
147
-
* 2014-07-03 **V1.8.3** : AWS SDK for Java updated to V1.8.3
148
-
* 2014-06-27 **V1.8.2** : AWS SDK for Java updated to V1.8.2
149
-
* 2014-06-23 **V1.8.0** : AWS SDK for Java updated to V1.8.0
150
-
* 2014-05-23 **V1.7.11** : AWS SDK for Java updated to V1.7.11
151
-
* 2014-04-28 **V1.7.7** : AWS SDK for Java updated to V1.7.7
152
-
* 2014-04-04 **V1.7.5** : AWS SDK for Java updated to V1.7.5
153
-
* 2014-03-21 **V1.7.4** : AWS SDK for Java updated to V1.7.4
154
-
* 2014-02-12 **V1.7.1** : AWS SDK for Java updated to V1.7.1
155
-
* 2014-01-11 **V1.6.12** : AWS SDK for Java updated to V1.6.12 + DynamoDB mapper support added
156
-
* 2014-01-07 **V1.6.11** : AWS SDK for Java updated to V1.6.11
157
-
* 2013-12-17 **V1.6.9** : AWS SDK for Java updated to V1.6.9 + Amazon Kinesis support added
158
-
* 2013-11-27 **V1.6.7** : AWS SDK for Java updated to V1.6.7
159
-
* 2013-11-07 **V1.6.4** : AWS SDK for Java updated to V1.6.4 + proxy settings added in config (thanks to pull request by Jeff Purser)
160
-
* 2013-10-25 **V1.6.3** : AWS SDK for Java updated to V1.6.3 + AmazonS3EncryptionClient added
161
-
* 2013-10-03 **V1.6.0** : AWS SDK for Java updated to V1.6.0
162
-
* 2013-09-11 **V1.5.6** : AWS SDK for Java updated to V1.5.6 + Grails 2.3.0 support
163
-
* 2013-08-27 **V1.5.5** : AWS SDK for Java updated to V1.5.5
164
-
* 2013-07-11 **V1.5.0** : AWS SDK for Java updated to V1.5.0
165
-
* 2013-06-20 **V1.4.7** : AWS SDK for Java updated to V1.4.7
166
-
* 2013-06-06 **V1.4.5** : AWS SDK for Java updated to V1.4.5 + DynamoDB V2 support by default
167
-
168
-
**WARNING**: Breaking change, since V1.4.5, new **DynamoDB** API Version 2012-08-10 are used (package *com.amazonaws.services.dynamodbv2* instead of *com.amazonaws.services.dynamodb* ).
169
-
If you are using DynamoDB, please update your calls to the API.
170
-
171
-
* 2013-05-11 **V1.4.3** : AWS SDK for Java updated to V1.4.3 + Security Token Service support added and bug fixes (thanks to pull requests by craigforster and jako512)
172
-
* 2013-04-22 **V1.4.2** : AWS SDK for Java updated to V1.4.2 (DynamoDB adds support for local secondary indexes)
173
-
* 2013-03-19 **V1.4.1** : AWS SDK for Java updated to V1.4.1 + Better endpoints management with new region utils
174
-
* 2013-03-05 **V1.3.33** : AWS SDK for Java updated to V1.3.33 + Unit tests added + refactor/bug fixes (thanks to Martin Gotink)
175
-
* 2013-02-21 **V1.3.32** : AWS SDK for Java updated to V1.3.32 + Amazon OpsWorks and Redshift support added + bug fix
176
-
* 2013-02-05 **V1.3.30** : AWS SDK for Java updated to V1.3.30 + Amazon Elastic Transcoder support added
177
-
* 2012-12-20 **V1.3.26** : AWS SDK for Java updated to V1.3.26 + S3 Resources scripts (to use with CDN Resources plugin)
178
-
* 2012-11-12 **V1.3.24** : AWS SDK for Java updated to V1.3.24 (adds support for long polling in SQS)
179
-
* 2012-10-06 **V1.3.22** : AWS SDK for Java updated to V1.3.22 + S3 transfer manager support added (for async upload/download and multiple files upload/download)
180
-
* 2012-09-27 **V1.3.21** : AWS SDK for Java updated to V1.3.21.1 + Amazon Glacier support added
181
-
* 2012-07-04 **V1.3.12** : AWS SDK for Java updated to V1.3.12
182
-
* 2012-07-02 **V1.3.11** : initial release
23
+
Please check each README for usage info.
183
24
184
25
# Bugs
185
26
186
27
To report any bug, please use the project [Issues](http://github.com/agorapulse/grails-aws-sdk/issues) section on GitHub.
187
28
188
-
189
-
# Other Grails AWS Plugin
190
-
191
-
FYI, there is another great [Grails AWS plugin](http://grails.org/plugin/aws) with a different approach: its aim is to provide an easy "groovy" access to SES (through a groovy DSL) and S3 (through methods injection), based on JetS3 java lib. If you just need basic SES or S3 features, you might give it a try.
192
-
193
-
We decided to write our own AWS plugin because it did not meet our requirements:
194
-
195
-
1. direct access to **ALL**[AWS SDK for Java](http://aws.amazon.com/sdkforjava/) features including **ALL** AWS services, with custom client configuration,
196
-
2. only [AWS SDK for Java](http://aws.amazon.com/sdkforjava/) with a consistent way to access **ALL** AWS services,
197
-
3. fast release update with 100% compatibility with [AWS SDK for Java](http://aws.amazon.com/sdkforjava/), as it is just a simple lightweight wrapper around the official java clients,
198
-
4. no need for additional DSL/methods injection, since we found the [AWS SDK for Java](http://aws.amazon.com/sdkforjava/) clients pretty straightforward to use
0 commit comments