Metadata-Version: 2.4
Name: zwergetl-components-aws-s3
Version: 0.1.11
Summary: ZwergETL components for AWS s3
Maintainer: dxdataworks
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: zwergetl-engine>=0.1.11
Requires-Dist: boto3>=1.37.23
Dynamic: license-file

ZwergETL Components for AWS S3
===============================

Components for ZwergETL framework for working with S3 storage engines
compatible with AWS S3.

This package includes the following components:

1. `S3CopyFiles` - downloads files from S3 bucket, then uploads them to another S3 bucket.
2. `S3CopyFilesDirect` - copies files directly from one S3 bucket to another
   without downloading them.
