actio_python_utils.utils.sync_to_s3

actio_python_utils.utils.sync_to_s3(dir_name, s3_path)[source]

Syncs a directory to specific S3 bucket/path.

Parameters:
  • dir_name (str) – The directory to sync

  • s3_path (str) – The S3 path to sync to

Return type:

None