public static void Cleanup() { // Delete the objects in the MRAP bucket, but leave the // MRAP and bucket for future test runs S3TestUtils.DeleteObjects(Client, _mrapArn); // Delete the entire bucket used for the SigV4 tests AmazonS3Util.DeleteS3BucketWithObjects(Client, _bucketName); }