Skip to content

Commit ef4cc0f

Browse files
3.393.3 release
1 parent b2507bc commit ef4cc0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.393.3 - 2026-08-20
44

55
* `Aws\CloudFront` - Added SigV4a as a supported signing protocol for Origin Access Control (OAC), enabling CloudFront to sign requests to Amazon S3 Multi-Region Access Point (S3-MRAP) origins.
66
* `Aws\Lambda` - Adds support for full JSON resource-based policies, enabling customers to create, retrieve, update, and delete function resource policies as complete JSON documents.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
*/
866866
class Sdk
867867
{
868-
const VERSION = '3.393.2';
868+
const VERSION = '3.393.3';
869869

870870
/** @var array Arguments for creating clients */
871871
private $args;

0 commit comments

Comments
 (0)