props.putAll( _testEnvironment.getProps( getTestConfigToken( ) ) );
props.setProperty( AmazonS3AdapterConstants.CONFIGPROP_BUCKET_NAME,
"<>invalidbucket#@&Hf--" );
try
{
ProviderRequestExecutor requestExecutor = new ProviderRequestExecutor( );
new AmazonS3CloudStore( getTestConfigToken( ), false, null,
requestExecutor, props );
fail( );
}
catch ( InvalidConfigurationException e )