summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php')
-rw-r--r--vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php
new file mode 100644
index 0000000..cb3d438
--- /dev/null
+++ b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * SPDX-License-Identifier: Apache-2.0.
+ */
+namespace AWS\CRT\Auth;
+
+class SignedBodyHeaderType {
+ const NONE = 0;
+ const X_AMZ_CONTENT_SHA256 = 1;
+} \ No newline at end of file