Skip to content

Commit

Permalink
update ref to new falcon intelligence
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored Nov 22, 2022
1 parent 8527281 commit 517efa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-storage-protection/cloud-function/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def cs_bucket_protection(event, _):
file_data=io.BytesIO(blob_data),
)
if response["status_code"] > 201:
raise SystemExit(f"Error uploading object {file_name} from bucket {bucket_name} to Falcon X Sandbox. "
raise SystemExit(f"Error uploading object {file_name} from bucket {bucket_name} to Falcon Intelligence Sandbox. "
"Make sure your API key has the Sample Uploads permission.")
else:
log.info("File uploaded to CrowdStrike Falcon Sandbox.")
Expand Down

0 comments on commit 517efa7

Please sign in to comment.