Data Model
This section describes how the driver models the Amazon S3 API as relational Views and Stored Procedures.
Key Features
- The driver models Amazon S3 buckets, bucket information, and objects as relational views, allowing you to write SQL to query Amazon S3 data.
- Stored procedures allow you to execute operations to Amazon S3, including downloading and uploading objects.
- Live connectivity to these objects means any changes to your Amazon S3 account are immediately reflected when using the driver.
Views
Pre-defined Views are available for read only access to data from Amazon S3, including buckets, bucket information, and objects.
Stored Procedures
Stored procedures allow you to execute operations to Amazon S3, including downloading and uploading objects.
System Tables
System Tables contains information about the objects and resources belonging to your database.