Skip to content

Releases: paws-r/paws

paws.common 0.5.5

02 Feb 11:01
Compare
Choose a tag to compare

paws.common-v0.5.4

11 Jan 16:51
Compare
Choose a tag to compare
  • add support for s3 generate_presigned_url (#572)

paws.common-v0.5.2

01 Dec 14:08
05c6352
Compare
Choose a tag to compare
  • 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 using AWS_SESSION_TOKEN (#549)
  • Add support to IMDSv2 instances (#441, thanks to @jornfranke for contribution)

paws.common-v0.5.0

03 Sep 11:58
0c6c067
Compare
Choose a tag to compare
  • Fix build_query_string by exiting safely when parameter is empty.
  • Fix " " encoding (#519).
  • Migrate url encoder to cpp, and dependency Rcpp.
  • Support direct write to disk without sending data to R.

paws.common-v0.4.0

09 Aug 12:50
ef4e566
Compare
Choose a tag to compare
  • 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

26 Mar 18:13
84e5fc9
Compare
Choose a tag to compare
  • Fix operations that take empty arguments, e.g. s3$get_bucket_website.

paws.common-v0.3.16

19 Feb 15:30
d7b5c57
Compare
Choose a tag to compare
  • Fix single sign on (SSO) authentication on Windows.

paws.common-v0.3.15

04 Dec 13:25
6c1209f
Compare
Choose a tag to compare
  • 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 from get_object.

paws.common-v0.3.14

24 Oct 22:18
408242c
Compare
Choose a tag to compare
  • Skip tests for the issue network request function to avoid CRAN check errors.

paws.common-v0.3.13

21 Oct 22:48
8beae20
Compare
Choose a tag to compare
  • Support AWS_DEFAULT_REGION in addition to AWS_REGION.
  • Support calling SDK operations within do.call, including any user-supplied configuration to the service, e.g. a custom endpoint.