Releases: paws-r/paws
Releases · paws-r/paws
paws-v0.1.8
- 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
- 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
- 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
- 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
- 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
- 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.