Skip to content

Releases: paws-r/paws

paws-v0.1.8

28 Apr 15:52
b7c7a76
Compare
Choose a tag to compare
  • Fix a small number of operations that require additional metadata sent to AWS, for example S3 operation select_object_content.

paws.common-v0.3.1

26 Apr 12:52
3a2f364
Compare
Choose a tag to compare
  • 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.

paws-v0.1.7

04 Apr 19:28
1d25e50
Compare
Choose a tag to compare
  • Add HTTP status codes to the error response when an operation fails, along with any other information returned by AWS about the error.

paws.common-v0.3.0

28 Mar 21:45
ddbe9f7
Compare
Choose a tag to compare
  • Add HTTP status codes to the error response when an operation fails, along with any other information returned by AWS about the error.
  • Add support for S3 operation GetBucketLocation, which needs special handling.
  • Fix how paws.common provides request handlers to specific services (e.g. S3) so that fixes to handlers don't require re-installing any package other than paws.common.

paws.common-v0.2.6

23 Feb 21:25
8d3050a
Compare
Choose a tag to compare
  • Fix handling of nested inputs and outputs for services like DynamoDB.
  • Fix handling of output elements that are delivered in HTTP headers for REST-based services like S3.

paws.common-v0.2.5

11 Jan 20:09
8d3050a
Compare
Choose a tag to compare
  • Support RDS IAM authentication.

paws-v0.1.6

16 Jan 00:03
34db92e
Compare
Choose a tag to compare
  • Support RDS IAM authentication in rds$build_auth_token.
  • Check for a container IAM role in the AWS credential chain before checking for an instance IAM role.

paws-v0.1.5

21 Oct 23:12
7b29ec4
Compare
Choose a tag to compare
  • Support per-service configuration of credentials, endpoint, and region, e.g. svc <- paws::svc(config = list(region = "us-east-1")).

paws.common-v0.2.4

19 Oct 12:30
96a2b78
Compare
Choose a tag to compare
  • Support per-service configuration of credentials, endpoint, and region, e.g. svc <- paws::svc(config = list(region = "us-east-1")).

paws.common-v0.2.3

15 Oct 13:09
c91409c
Compare
Choose a tag to compare
  • Fix support for non-default profiles in shared config files.