blob: 1b93c81846fb9bef19de6a247ef103185393fe8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/s3/S3Request.h>
namespace Aws
{
namespace S3
{
} // namespace S3
} // namespace Aws
|