Coder Social home page Coder Social logo

aws-helper's Introduction

AWS Helper

A service object for Rails apps.

A simple service object to interact with AWS. Currently, it only supports simple operations with S3. However, it can be easily extended to support other AWS services.

Setup

  1. Add gem 'aws-sdk' to your gemfile.

  2. Set up AWS ENV variables, http://docs.aws.amazon.com/AWSRubySDK/latest/frames.html:

    export AWS_ACCESS_KEY_ID='...'

    export AWS_SECRET_ACCESS_KEY='...'

    export AWS_REGION='us-west-2'

  3. Modify the DEFAULT_S3_BUCKET to fit your own needs.

  4. Add any new serives in self.new_session. Also expire memoized instance variables in self.refresh_session_if_expired.

  5. Place this class in app/services, or any directory that's autoloaded in your Rails app.

TO DOs

  • Make thread safe.
  • Perhaps use a connection pool (which should take care of thread safety).

aws-helper's People

Contributors

davidnix 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.