Amazon Web Services

Typelibrary
Dictionarylibrary.aws
LibraryAmazon Web Services
Associationscom.livecode.library.aws
Description

This library wraps the amazon web services S3 API.

TypeNameSummarySyntax
commandAWSS3DeleteBucket

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>

functionAWSS3GetPresignedURL

Get a pre-signed url that is valid for a perod of time

AWSS3GetPresignedURL(<pBucket>,<pObject>,<pExpires>)

libraryAmazon Web Services

AWSS3GetPresignedURL(<pBucket>,<pObject>,<pExpires>)