S3EndpointRules.h 406 B

1234567891011121314151617181920212223
  1. /**
  2. * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. * SPDX-License-Identifier: Apache-2.0.
  4. */
  5. #pragma once
  6. #include <cstddef>
  7. #include <aws/s3/S3_EXPORTS.h>
  8. namespace Aws
  9. {
  10. namespace S3
  11. {
  12. class S3EndpointRules
  13. {
  14. public:
  15. static const size_t RulesBlobStrLen;
  16. static const size_t RulesBlobSize;
  17. static const char* GetRulesBlob();
  18. };
  19. } // namespace S3
  20. } // namespace Aws