Code Monkey home page Code Monkey logo

grails-aws's Introduction

Amazon Web Services Grails Plugin

Build Status Coverage Status

A Grails plugin for interacting with Amazon Web Services

Currently supports S3 and S3S

Getting Started

Add the plugin to the plugins section of grails-app/conf/BuildConfig.groovy

plugins {
    compile ':aws:1.9.13.4'
}

Configure the plugin in grails-app/conf/Config.groovy

grails {
    plugin {
        aws {
            credentials {
                accessKey = "your-access-key"
                secretKey = "your-secret-key"
            }
            s3 {
                bucket = "default-bucket-name"
            }
        }
    }
}

Documentation

Contributing

  • Fork it.
  • Create a branch (git checkout -b my_markup)
  • Commit your changes (git commit -am "Added Snarkdown")
  • Push to the branch (git push origin my_markup)
  • Create an Issue with a link to your branch
  • Enjoy a refreshing Diet Coke and wait

Changelog

1.9.13.4 - September 11 2015

  • upgrade jets3t to 0.9.1, httpclient to 4.3.2, and httpcore to 4.3.1

1.9.13.0 - January 5 2015

  • Upgrade to AWS SDK version 1.9.13

1.7.5.0 - April 11 2014

  • Upgrade to AWS SDK version 1.7.5
  • Ability to configure SES AWS region

1.6.7.4 - January 15 2014

  • Add the ability to start SWF executions
  • Upgrade to httpclient 4.2

1.6.7.1 - December 10 2013

  • Update to AWS SDK version 1.6.7

1.2.12.4 - November 30 2013

  • Added support to access only file metadata on S3
  • Remove usages of the deprecated ConfigurationHolder which added warnings in grails logs
  • Added support to specify charset for SES

1.2.12.3 - September 30 2012

  • Add support for S3 Server Side Encryption

1.1.9.2 - May 10 2011

  • Release notes: Fixed bug that was always storing the past sent mail addresses in next mail messages.

TODO

  • Amazon Cloudfront * Cloudfront Distribution creation
  • Amazon SNS * Basic integration with Amazon SNS
  • Amazon SQS * Basic integration with Amazon SQS with Typica (http://code.google.com/p/typica/wiki/TypicaSampleCode)
  • Amazon Beanstalk * Scripts for allowing deploy directly to Amazon Beanstalk infrastructure

grails-aws's People

Contributors

burtbeckwith avatar chrisbrookes avatar dmahapatro avatar j4y avatar jonspalmer avatar jt1088 avatar lucastex avatar rsinghcare avatar stokito avatar v1p avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.