Data retrieval APIs for Amazon S3 Object Lambda
Amazon S3 Object Lambda provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| GetObject | Retrieve objects from Amazon S3 | Read |
| GetObjectAcl | Return the access control list (ACL) of an object | Read |
| GetObjectLegalHold | Get an object's current Legal Hold status | Read |
| GetObjectRetention | Retrieve the retention settings for an object | Read |
| GetObjectTagging | Return the tag set of an object | Read |
| GetObjectVersion | Retrieve a specific version of an object | Read |
| GetObjectVersionAcl | Return the access control list (ACL) of a specific object version | Read |
| GetObjectVersionTagging | Return the tag set for a specific version of the object | Read |
| ListBucket | List some or all of the objects in an Amazon S3 bucket (up to 1000) | List |
| ListBucketMultipartUploads | List in-progress multipart uploads | List |
| ListBucketVersions | List metadata about all the versions of objects in an Amazon S3 bucket | List |
| ListMultipartUploadParts | List the parts that have been uploaded for a specific multipart upload | List |