Validates whether or not the specified Amazon S3 bucket name is valid for path-style access. This method is leveraged by any method that reads from buckets.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of the bucket to validate. |
Returns
Type |
Description |
---|---|
Whether or not the bucket name is valid. A value of |
Source
Method defined in services/s3.class.php | Toggle source view (16 lines) | View on GitHub