MBrace.AWS


S3FileStore

Namespace: MBrace.AWS.Store

MBrace File Store implementation that uses Amazon S3 as backend.

Instance members

Instance memberDescription
BucketPrefix
Signature: string

Bucket prefix used in random bucket generation

CompiledName: get_BucketPrefix

ClearBucketsAsync(prefix)
Signature: (prefix:string option) -> Async<unit>

Clears all randomly named S3 buckets that match the given prefix.

Static members

Static memberDescription
Create(...)
Signature: (region:AWSRegion * credentials:AWSCredentials * defaultBucket:string option * bucketPrefix:string option) -> S3FileStore

Creates an MBrace CloudFileStore implementation targeting Amazon S3

Fork me on GitHub