tests.system.providers.google.cloud.gcs.example_s3_to_gcs

Module Contents

Functions

upload_file()

A callable to upload file to AWS bucket

Attributes

ENV_ID

GCP_PROJECT_ID

DAG_ID

BUCKET_NAME

GCS_BUCKET_URL

UPLOAD_FILE

PREFIX

create_s3_bucket

test_run

tests.system.providers.google.cloud.gcs.example_s3_to_gcs.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.GCP_PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.DAG_ID = 'example_s3_to_gcs'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.BUCKET_NAME[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.GCS_BUCKET_URL[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.UPLOAD_FILE = '/tmp/example-file.txt'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.PREFIX = 'TESTS'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.upload_file()[source]

A callable to upload file to AWS bucket

tests.system.providers.google.cloud.gcs.example_s3_to_gcs.create_s3_bucket[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.test_run[source]

Was this entry helpful?