Upload or download files from Amazon S3.
| Parameter |
Type |
Required |
Description |
aws_access_key_id |
string |
✅ |
AWS access key ID |
aws_secret_access_key |
string |
✅ |
AWS secret access key |
region_name |
string |
✅ |
AWS region (e.g., us-east-1) |
bucket_name |
string |
✅ |
S3 bucket name |
operation |
string |
✅ |
upload or download |
source_path |
string |
✅ |
Local file path |
destination_key |
string |
✅ |
S3 object key |
| Parameter |
Type |
Required |
Description |
gcp_credentials_json |
string |
✅ |
Service account JSON (full string) |
bucket_name |
string |
✅ |
GCS bucket name |
blob_name |
string |
✅ |
Object name in bucket |
operation |
string |
✅ |
upload or download |
source_path |
string |
✅ |
Local file path |
| Parameter |
Type |
Required |
Description |
connection_string |
string |
✅ |
Azure Storage connection string |
container_name |
string |
✅ |
Blob container name |
blob_name |
string |
✅ |
Blob name |
operation |
string |
✅ |
upload or download |
source_path |
string |
✅ |
Local file path |