Sha256: 499f28a34cb2af6ec6bfed65ea5f4b6eee75faa2eef3f009368e41db9e18032a
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 KB
Contents
# Copyright 2011-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompanying this file. This file is # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. require 'aws/core' require 'aws/dynamo_db/config' require 'aws/ec2/config' require 'aws/elb/config' require 'aws/iam/config' require 'aws/s3/config' require 'aws/simple_db/config' require 'aws/simple_email_service/config' require 'aws/simple_workflow/config' require 'aws/sns/config' require 'aws/sqs/config' require 'aws/sts/config' module AWS register_autoloads(self) do autoload :DynamoDB, 'dynamo_db' autoload :EC2, 'ec2' autoload :ELB, 'elb' autoload :IAM, 'iam' autoload :S3, 's3' autoload :SimpleDB, 'simple_db' autoload :SimpleEmailService, 'simple_email_service' autoload :SimpleWorkflow, 'simple_workflow' autoload :SNS, 'sns' autoload :SQS, 'sqs' autoload :STS, 'sts' autoload :Record, 'record' end end require 'aws/rails'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-1.3.8 | lib/aws.rb |
aws-sdk-1.3.7 | lib/aws.rb |
aws-sdk-1.3.6 | lib/aws.rb |
aws-sdk-1.3.5 | lib/aws.rb |