Shortcuts¶
upload_file(filepath, s3_params)
¶
Upload file to s3.
Source code in saritasa_s3_tools/testing/shortcuts.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |
upload_file_and_verify(filepath, s3_params, is_minio=False)
¶
Upload and verify that file is uploaded.
Source code in saritasa_s3_tools/testing/shortcuts.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | |