Skip to content

paws.common-v0.3.1

Compare
Choose a tag to compare
@davidkretch davidkretch released this 26 Apr 12:52
3a2f364
  • Read in session tokens from shared credential files.
  • Fix handling of dates when used as arguments to CloudWatch and other APIs. Previously the operation would submit the date in an inappropriate format.
  • Fix handling of profiles when specified for a specific service, e.g. paws::svc(config = list(credentials = list(profile = "my-profile"))). Previously the profile was not used to get credentials.
  • Fix handling of operations that return nothing -- return an empty object rather than failing.