GOF3R.s3getfileMethod
s3getfile(bucket, path, outfile)

Write the file at bucket:path to outfile.

GOF3R.s3streamMethod
s3stream(f, bucket, path)

Call f(s3stream(bucket, path)), ensuring that the stream is closed properly once f has finished executing, including in the case of errors.

GOF3R.s3streamMethod
s3stream(bucket, path)

Return an IO object streaming path from bucket.

GOF3R.s3uploadMethod
s3upload(bucket, file, key)

Upload file to bucket:key.