Skip to content

Facing an error while replicating data from the CrowdStrike S3 to our custom S3 bucket #242

@tirthrajchaudhari-crest

Description

@tirthrajchaudhari-crest

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.

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions