ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Amazon S3 の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAmazon S3 から関連するレスポンスデータを返します。
CData ODBC Driver for Amazon S3 ストアドプロシージャ
| Name | Description |
| CopyObject | Copies an object from a source bucket to a destination bucket, preserving data and metadata unless otherwise specified. |
| DeleteObject | Removes an object from a specified bucket, permanently deleting its data and associated metadata. |
| DownloadObjects | Downloads objects from a specified bucket to a local environment or external application. |
| GeneratePresignedURL | Creates a presigned URL granting temporary, secure access to an object without requiring AWS credentials. |
| GetOAuthAccessToken | Retrieves an OAuth access token for authenticating API requests to Amazon S3. |
| GetOAuthAuthorizationURL.rsb | Usage information for the operation GetOAuthAuthorizationURL.rsb. |
| MoveObject | Transfers an object from one bucket to another by combining copy and delete operations. |
| PutBucketAcl | Applies or updates an ACL on a bucket, setting permissions for specific users, groups, or the public. |
| PutObjectAcl | Applies or updates an ACL on an object, customizing access rights at the object level. |
| RefreshOAuthAccessToken.rsb | Usage information for the operation RefreshOAuthAccessToken.rsb. |
| UploadObject | Uploads a new object to a bucket in a single operation, including optional metadata and storage class settings. |