s3copypath : URL of a S3 storage service in the format https://bucket.endpoint.domain, if provided will copy all products generated by pyrad to this S3 storage service
s3AccessPolicy : access policy to use for the uploaded files, e.g. private or public-read. If not provided will use the default policy defined at bucket level.
Note that the upload will only work if the environment variables: AWS_KEY (for AWS API key) and AWS_SECRET (for the API secret) are defined.
This PR adds two keys in the main config file
Note that the upload will only work if the environment variables: AWS_KEY (for AWS API key) and AWS_SECRET (for the API secret) are defined.