ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Amazon S3 の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAmazon S3 から関連するレスポンスデータを返します。
CData ADO.NET Provider for Amazon S3 ストアドプロシージャ
| Name | Description |
| CopyObject | Copies an object from one bucket to another. |
| DeleteObject | Deletes an object from the specified bucket. |
| DownloadObjects | Passes the name of a bucket and object to download. |
| GeneratePresignedURL | Generates a presigned URL for sharing an object. |
| MoveObject | Moves an object from one bucket to another. |
| PutBucketAcl | Moves an object from one bucket to another. |
| PutObjectAcl | Moves an object from one bucket to another. |
| UploadObject | Uploads objects in a single operation. |