Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php')
-rw-r--r--aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php b/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php
new file mode 100644
index 00000000..cb3d438a
--- /dev/null
+++ b/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