We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f959142 commit 3654eceCopy full SHA for 3654ece
paws.common/NEWS.md
@@ -1,10 +1,14 @@
1
# paws.common 0.3.12
2
3
+* Support S3 access points in all S3 operations that accept a bucket argument.
4
+ Fixes #403.
5
* Fix certain API requests for S3 that were malformed due to mistakenly
6
including empty list elements, e.g. `s3_put_bucket_lifecycle_configuration`.
7
Fixes #438.
8
* Add an option to immediately close all HTTP connections, instead of the
9
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.
12
Example usage: `s3 <- paws::s3(config = list(close_connection = TRUE))`.
13
Fixes #431.
14
0 commit comments