|
@@ -126,7 +126,7 @@ class Zend_Service_Amazon_S3 extends Zend_Service_Amazon_Abstract
|
|
|
throw new Zend_Service_Amazon_S3_Exception("Bucket name \"$bucket\" contains invalid characters");
|
|
throw new Zend_Service_Amazon_S3_Exception("Bucket name \"$bucket\" contains invalid characters");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (preg_match('/(\d+).(\d+).(\d+).(\d+)/', $bucket)) {
|
|
|
|
|
|
|
+ if (preg_match('/(\d+)\.(\d+)\.(\d+)\.(\d+)/', $bucket)) {
|
|
|
/**
|
|
/**
|
|
|
* @see Zend_Service_Amazon_S3_Exception
|
|
* @see Zend_Service_Amazon_S3_Exception
|
|
|
*/
|
|
*/
|