Upload from aipha to s3
- operators.sys.upload_from_aipha_to_s3(client, access_key_id='YOUR_KEY_ID', secret_access_key='YOUR_SECRET_KEY', aws_region='eu-central-1', target='file.laz', location='file.laz', bucket_name='Your S3 bucket', instance_type='x2large')
- Upload a path to a S3 bucket
- upload_from_aipha_to_s3( client,access_key_id=’YOUR_KEY_ID’,secret_access_key=’YOUR_SECRET_KEY’,aws_region=’eu-central-1’,target=’file.laz’,location=’file.laz’,bucket_name=’Your S3 bucket’,instance_type=’x2large’ )
- Parameters:
access_key_id – AWS access key ID
secret_access_key – AWS secret access key
aws_region – AWS region
target – Path to upload from aipha
location – Location of file to upload on s3
bucket_name – S3 bucket name
instance_type – type of cloud instance used for processing