Amazon Web Services | |
Type | library |
Dictionary | library.aws |
Library | Amazon Web Services |
Associations | com.livecode.library.aws |
Description | This library wraps the amazon web services S3 API. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | AWSS3DeleteBucket | Delete a bucket. | AWSS3DeleteBucket <pBucket>,<pCallback> |
- - - | AWSS3DeleteObject | Delete an object | AWSS3DeleteObject <pBucket>,<pObject>,<pCallback> |
- - - | AWSS3GetBucket | Get a bucket description. | AWSS3GetBucket <pBucket>,<pParameters>,<pCallback> |
- - - | AWSS3GetObject | Get an object | AWSS3GetObject <pBucket>,<pObject>,<pParameters>,<pFile>,<pCallback> |
- - - | AWSS3GetService | Get the S3 service description. | AWSS3GetService <pCallback> |
- - - | AWSS3PutBucket | Create a bucket. | AWSS3PutBucket <pBucket>,<pCustomHeaders>,<pCallback> |
- - - | AWSS3PutObject | Upload an object | AWSS3PutObject <pBucket>,<pObject>,<pPayload>,<pFile>,<pCustomHeaders>,<pCallback> |
- - - | AWSSetCredentials | Set the credentials and AWS region to use with the library | AWSSetCredentials <pAccessID>,<pSecret>,<pRegion> |
function | AWSS3GetPresignedURL | Get a pre-signed url that is valid for a perod of time | AWSS3GetPresignedURL(<pBucket>,<pObject>,<pExpires>) |
library | Amazon Web Services | AWSS3GetPresignedURL(<pBucket>,<pObject>,<pExpires>) |