Skip to content

Commit 3654ece

Browse files
authored
Add a missing update to paws.common NEWS.md (#448)
1 parent f959142 commit 3654ece

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

paws.common/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# paws.common 0.3.12
22

3+
* Support S3 access points in all S3 operations that accept a bucket argument.
4+
Fixes #403.
35
* Fix certain API requests for S3 that were malformed due to mistakenly
46
including empty list elements, e.g. `s3_put_bucket_lifecycle_configuration`.
57
Fixes #438.
68
* Add an option to immediately close all HTTP connections, instead of the
79
default behavior which will reuse connections for requests within 5 seconds.
10+
Using this feature allows you to switch credentials within 5 seconds without
11+
getting your request rejected with a SignatureDoesNotMatch error.
812
Example usage: `s3 <- paws::s3(config = list(close_connection = TRUE))`.
913
Fixes #431.
1014

0 commit comments

Comments
 (0)