All Products
Search
Document Center

Lindorm:Compatible Amazon S3 API operations and usage limits

Last Updated:Aug 21, 2023

LindormTable is compatible with some API operations of Amazon Simple Storage Service (Amazon S3). This topic describes the compatible API operations and the limits when you use LindormTable based on the Amazon S3 protocol.

Limits

The S3 protocol compatibility feature of LindormTable supports only path-style access. The feature does not support virtual-hosted–style access. To access LindormTable, you must configure your client. For more information, see Virtual hosting of buckets. By default, some S3 tools use virtual-hosted–style access. If you use these S3 tools to access LindormTable, you must configure the tools first. For more information, see Use Amazon S3 SDK for Java to connect to and use LindormTable and Use Amazon S3 SDK for a non-Java language to connect to and use LindormTable.

Compatible S3 API operations

Blob is compatible with S3 API operations that are used to manage buckets, objects, and multipart uploads. The following table describes the compatible API operations. For more information about S3 API operations that are not described in the table, submit a ticket or contact the technical support of Lindorm.

Operation type

API

Bucket-related operations

  • CreateBucket

  • HeadBucket

  • ListBuckets

Object-related operations

  • DeleteObject

  • DeleteObjects

  • GetObject

  • HeadObject

  • PutObject

  • ListObjects

  • ListObjectsV2

Operations related to multipart upload

  • InitiateMultipartUpload

  • AbortMultipartUpload

  • CompleteMultipartUpload

  • ListParts

  • UploadPart