def testBucketCreateAndDelete(self):
        create = True
        s3 = self.bucketFactory(create)
        # does the bucket exist?
        self.assertTrue(s3.bucket_exists())