在 Snowball Edge 上的 Snowball Edge 上的 Amazon S3 兼容存储空间中创建 S3 存储桶 - Amazon Snowball Edge 开发者指南
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

在 Snowball Edge 上的 Snowball Edge 上的 Amazon S3 兼容存储空间中创建 S3 存储桶

您可以在 Snowball Edge 设备上创建 Amazon S3 存储桶,以便在边缘位置为需要本地数据访问、本地数据处理和数据驻留的应用存储和检索对象。Snowball Edge 上与 Amazon S3 兼容的存储提供了一种新的存储类别SNOW,它使用 Amazon S3,旨在在多个设备上以持久和冗余的方式存储数据。您可以使用与 Amazon S3 存储桶相同的 APIs 功能,包括存储桶生命周期策略、加密和标记。

以下示例将使用 Amazon CLI为 Snowball Edge 设备创建 Amazon S3 存储桶。要运行此命令,请将用户输入占位符替换为您自己的信息。

例 创建 S3 存储桶
s3api syntax
aws s3api create-bucket --bucket your-snow-bucket --endpoint-url https://s3api-endpoint-ip --profile your-profile
s3control syntax
aws s3control create-bucket --bucket your-snow-bucket --endpoint-url https://s3ctrlapi-endpoint-ip --profile your-profile