The options to connect to and access an Amazon S3 compatible storage.
If no bucket name is provided, or bucket name is set to '/', then the storage account is considered root. Providing any other valid string will be considered a bucket name, making the bucket the root.
Enable creating buckets if they do not exist; defaults to false.
Enable flushing the file system before commiting; defaults to false, since flush is a destructive operation.
The file globs to apply to snapshot
and flush
operations.
Region to create buckets in; if provided, option createIfNotExist
defaults to true.
If not provided and createIfNotExist
is true, region defaults to 'us-east-1'.
Generated using TypeDoc
Options to construct an adapter instance.