test_aws   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
wmc 0
1
# import diff_classifier.aws as aws
2
#
3
#
4
# def test_download_s3():
5
#     bucket = 'nancelab.publicfiles'
6
#     filename = 'test_video.tif'
7
#
8
#     aws.download_s3(filename, filename, bucket_name=bucket)
9