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 2f62b76 commit a1dfa12Copy full SHA for a1dfa12
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.288.1 - 2023-11-22
4
5
* `Aws\s3` - Disables transformation of request URI paths with dot segments
6
* `Aws\S3Control` - Amazon S3 Batch Operations now manages buckets or prefixes in a single step.
src/Sdk.php
@@ -725,7 +725,7 @@
725
*/
726
class Sdk
727
{
728
- const VERSION = '3.288.0';
+ const VERSION = '3.288.1';
729
730
/** @var array Arguments for creating clients */
731
private $args;
0 commit comments