Releases: paws-r/paws
Releases · paws-r/paws
paws.common-v0.2.5
- Support RDS IAM authentication.
paws-v0.1.6
- 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
- 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
- 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
- Fix support for non-default profiles in shared config files.
paws.common-v0.2.2
- 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
- Support session tokens stored in the AWS_SESSION_TOKEN environment variable.
paws-v0.1.4
- 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
- Support services with global endpoints, such as IAM, by signing their requests using us-east-1.
paws.common-v0.1.2
Fix the EC2 IAM role credential provider.