Good Morning,
I'm receiving an error when I attempt to scan a GCP bucket while supplying credentials and I'm not sure where I've gone wrong.
I run
'python3 gcpbucketbrute.py -k <BUCKET_NAME> -f sa.pem'
(Just for clarity, BUCKET_NAME is replaced with my bucket name)
And I receive the following error:
raise PicklingError(
_pickle.PicklingError: Pickling client objects is explicitly not supported.
Clients have non-trivial state that is local and unpickleable.
I downloaded the service account credentials from GCP after creating and haven't modifed that file. It was originally a .json file which also didn't work.
Thanks,
Joe