I have tried using this connector in order to replicate the data from crowdstrike owned s3 bucket to our custom s3 but faced the error below:
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
This might be due to the aws_access_key_id and aws_secret_access_key arguments being missing while initializing the Boto3 client at line 469, as shown in the image below.
Once i have added those two arguments in the line of code mentioned above, the script executed successfully, and the data is being replicated to our custom S3 bucket.
Is this something that can be fixed on your end, or should I need to raise a PR for the fix?