Download from s3 to aipha

operators.sys.download_from_s3_to_aipha(client, access_key_id='YOUR_KEY_ID', secret_access_key='YOUR_SECRET_KEY', aws_region='eu-central-1', location='file.laz', destination='file.laz', bucket_name='Your S3 bucket', instance_type='x2large')
Download a path from a S3 bucket

download_from_s3_to_aipha( client,
access_key_id=’YOUR_KEY_ID’,
secret_access_key=’YOUR_SECRET_KEY’,
aws_region=’eu-central-1’,
location=’file.laz’,
destination=’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

  • location – Path to download from s3

  • destination – Location to upload to aipha

  • bucket_name – S3 bucket name

  • instance_type – type of cloud instance used for processing