2.0.0-update-28d3c91513d43f4f8971d32b6deefe4add2fc8bf • Published 6 years ago

s3-disk v2.0.0-update-28d3c91513d43f4f8971d32b6deefe4add2fc8bf

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

s3-disk

Handles reads / writes on disk image files stored in S3.

Build Status

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)

  • s3 is an s3 connection.
  • bucket is the S3 bucket to use.
  • key is the key (file name) to use in the bucket.

For more information about S3Disk parameters see the aws documentation