mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Move to using Amazon Signer, rather than reimplementing.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
require "aws_paa/version"
|
||||
|
||||
require 'aws_paa/locales'
|
||||
require 'aws_paa/aws_request'
|
||||
require 'aws_paa/client'
|
||||
require 'aws_paa/request'
|
||||
require 'aws_paa/response'
|
||||
@@ -7,5 +9,4 @@ require 'aws_paa/response'
|
||||
module AwsPaa
|
||||
class Error < StandardError; end
|
||||
class NotImplemented < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user