Implement the bucketExists(), objectExists() functions and finish the constructor for GCP inside connection class. The constructor should use the bucketExists function to check if the bucket exists or not, and shoot out a error message if otherwise. Once implemented the developer will also need to test this functionality via unit testing.
Definition of Done
All three functions is completed with added unit test and python testing.