AWS S3 Tables

AWS S3 Tables

Manage S3 Tables for analytics.

10K+

16 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
get_bucket_metadata_configGet the metadata table configuration for a regular general purpose S3 bucket. Retrieves the metadata table configuration for a regular general purpose bucket in s3. This configuration determines how metadata is stored and managed for the bucket. The response includes: - S3 Table Bucket ARN - S3 Table ARN - S3 Table Name - S3 Table Namespace Description: Amazon S3 Metadata accelerates data discovery by automatically capturing metadata for the objects in your general purpose buckets and storing it in read-only, fully managed Apache Iceberg tables that you can query. These read-only tables are called metadata tables. As objects are added to, updated, and removed from your general purpose buckets, S3 Metadata automatically refreshes the corresponding metadata tables to reflect the latest changes. By default, S3 Metadata provides three types of metadata: - System-defined metadata, such as an object's creation time and storage class - Custom metadata, such as tags and user-defined metadata that was included during object upload - Event metadata, such as when an object is updated or deleted, and the AWS account that made the request Metadata table schema: - bucket: String - key: String - sequence_number: String - record_type: String - record_timestamp: Timestamp (no time zone) - version_id: String - is_delete_marker: Boolean - size: Long - last_modified_date: Timestamp (no time zone) - e_tag: String - storage_class: String - is_multipart: Boolean - encryption_status: String - is_bucket_key_enabled: Boolean - kms_key_arn: String - checksum_algorithm: String - object_tags: Map<String, String> - user_metadata: Map<String, String> - requester: String - source_ip_address: String - request_id: String Permissions: You must have the s3:GetBucketMetadataConfiguration permission to use this operation.
Related servers