Releases: paws-r/paws
Releases · paws-r/paws
paws.common 0.5.5
paws.common-v0.5.4
- add support for s3
generate_presigned_url
(#572)
paws.common-v0.5.2
- Fix Content-Md5 being modified by user
- Add logging system to help with debugging paws issues
- Automatically redirect S3 requests when they are initially made to the wrong region; previously these requests would fail
- Add support for
AssumeRoleWithWebIdentity
(#477, thanks to @fh-mthomson for contribution) - Clarify that
AWS_CREDENTIAL_EXPIRATION
is optional when usingAWS_SESSION_TOKEN
(#549) - Add support to IMDSv2 instances (#441, thanks to @jornfranke for contribution)
paws.common-v0.5.0
- Fix
build_query_string
by exiting safely when parameter is empty. - Fix " " encoding (#519).
- Migrate url encoder to
cpp
, and dependencyRcpp
. - Support direct write to disk without sending data to R.
paws.common-v0.4.0
- Fix
xml_build
to allow empty characters from operations. - Fix operations response for XML objects with elements at root.
- Improve performance of
escape
with new helper function
paws_url_encoder
(1000x improvement). - Improve performance of decoding URL's with new helper function
paws_url_decoder
(780x improvement). - Support anonymous credentials.
paws.common-v0.3.17
- Fix operations that take empty arguments, e.g.
s3$get_bucket_website
.
paws.common-v0.3.16
- Fix single sign on (SSO) authentication on Windows.
paws.common-v0.3.15
- Provide the ability to use credentials obtained from AWS SSO login, i.e.
aws sso login --profile my-profile
. - Fix timestamps in the S3 API, e.g.
LastModified
fromget_object
.
paws.common-v0.3.14
- Skip tests for the
issue
network request function to avoid CRAN check errors.
paws.common-v0.3.13
- Support
AWS_DEFAULT_REGION
in addition toAWS_REGION
. - Support calling SDK operations within
do.call
, including any user-supplied configuration to the service, e.g. a custom endpoint.