You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
184 B

  1. package elb
  2. import (
  3. "github.com/goamz/goamz/aws"
  4. )
  5. func Sign(auth aws.Auth, method, path string, params map[string]string, host string) {
  6. sign(auth, method, path, params, host)
  7. }