Skip to content

Releases: paws-r/paws

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.

paws.common-v0.2.2

03 Oct 13:17
ba8ece2
Compare
Choose a tag to compare
  • Escape URIs, e.g. when uploading files to S3 with non-alphanumeric keys.
  • Fix XML request handling (e.g. used by S3) to correctly support requests with skipped optional arguments.

paws.common-v0.2.1

21 Sep 15:21
f01a24c
Compare
Choose a tag to compare
  • Support session tokens stored in the AWS_SESSION_TOKEN environment variable.

paws-v0.1.4

24 Aug 00:29
d6f0973
Compare
Choose a tag to compare
  • Fix services like IAM and CloudFront which have global endpoints. Previously they did not work outside of us-east-1 due to a bug.

paws.common-v0.2.0

21 Aug 00:08
85b5455
Compare
Choose a tag to compare
  • Support services with global endpoints, such as IAM, by signing their requests using us-east-1.

paws.common-v0.1.2

08 Aug 10:18
8c207fb
Compare
Choose a tag to compare

Fix the EC2 IAM role credential provider.