2.0.0 • Published 5 years ago
s3-disk v2.0.0
s3-disk
Handles reads / writes on disk image files stored in S3.
S3Disk
S3Disk acts like FileDisk except it reads the image file from S3 instead of
the filesystem. S3Disk has readOnly and recordWrites enabled. This can not be changed.
new S3Disk(s3, bucket, key, recordReads, discardIsZero=true)
s3is an s3 connection.bucketis the S3 bucket to use.keyis the key (file name) to use in the bucket.
For more information about S3Disk parameters see the aws documentation