aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp
parent11ae9eca250d0188b7962459cbc6706719e7dca9 (diff)
downloadydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp
index 0949f035d4..c6e779ab06 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp
@@ -30,8 +30,8 @@ namespace Aws
static const int s3_ObjectRemoved_Delete_HASH = HashingUtils::HashString("s3:ObjectRemoved:Delete");
static const int s3_ObjectRemoved_DeleteMarkerCreated_HASH = HashingUtils::HashString("s3:ObjectRemoved:DeleteMarkerCreated");
static const int s3_ObjectRestore_HASH = HashingUtils::HashString("s3:ObjectRestore:*");
- static const int s3_ObjectRestore_Post_HASH = HashingUtils::HashString("s3:ObjectRestore:Post");
- static const int s3_ObjectRestore_Completed_HASH = HashingUtils::HashString("s3:ObjectRestore:Completed");
+ static const int s3_ObjectRestore_Post_HASH = HashingUtils::HashString("s3:ObjectRestore:Post");
+ static const int s3_ObjectRestore_Completed_HASH = HashingUtils::HashString("s3:ObjectRestore:Completed");
static const int s3_Replication_HASH = HashingUtils::HashString("s3:Replication:*");
static const int s3_Replication_OperationFailedReplication_HASH = HashingUtils::HashString("s3:Replication:OperationFailedReplication");
static const int s3_Replication_OperationNotTracked_HASH = HashingUtils::HashString("s3:Replication:OperationNotTracked");
@@ -82,14 +82,14 @@ namespace Aws
{
return Event::s3_ObjectRestore;
}
- else if (hashCode == s3_ObjectRestore_Post_HASH)
- {
- return Event::s3_ObjectRestore_Post;
- }
- else if (hashCode == s3_ObjectRestore_Completed_HASH)
- {
- return Event::s3_ObjectRestore_Completed;
- }
+ else if (hashCode == s3_ObjectRestore_Post_HASH)
+ {
+ return Event::s3_ObjectRestore_Post;
+ }
+ else if (hashCode == s3_ObjectRestore_Completed_HASH)
+ {
+ return Event::s3_ObjectRestore_Completed;
+ }
else if (hashCode == s3_Replication_HASH)
{
return Event::s3_Replication;
@@ -144,10 +144,10 @@ namespace Aws
return "s3:ObjectRemoved:DeleteMarkerCreated";
case Event::s3_ObjectRestore:
return "s3:ObjectRestore:*";
- case Event::s3_ObjectRestore_Post:
- return "s3:ObjectRestore:Post";
- case Event::s3_ObjectRestore_Completed:
- return "s3:ObjectRestore:Completed";
+ case Event::s3_ObjectRestore_Post:
+ return "s3:ObjectRestore:Post";
+ case Event::s3_ObjectRestore_Completed:
+ return "s3:ObjectRestore:Completed";
case Event::s3_Replication:
return "s3:Replication:*";
case Event::s3_Replication_OperationFailedReplication:
@@ -165,7 +165,7 @@ namespace Aws
return overflowContainer->RetrieveOverflow(static_cast<int>(enumValue));
}
- return {};
+ return {};
}
}