Skip to content

paws-v0.1.9

Compare
Choose a tag to compare
@davidkretch davidkretch released this 04 Aug 23:24
f0a33a4
  • Support the S3 operation SelectObjectContent in s3$select_object_content. This operation allows you to query a data file in S3 using SQL.
  • Correctly decode Unicode strings in API responses received from AWS, such as "Me voy a casa mañana.".
  • Decode base64-encoded blobs to raw vectors. Previously, Paws decoded them to UTF-8 inappropriately, which would fail for any data other than text.
  • In some cases, httr/curl do not decompress the response body. In these cases, check whether it looks compressed and try decompressing it.
  • Update Paws with the latest AWS services and features.