1.0.1-publish-2a12ec23c24d38b52865ea1e127093d7e22bc636 • Published 7 years ago
s3-disk v1.0.1-publish-2a12ec23c24d38b52865ea1e127093d7e22bc636
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