UseVirtualHosting Parameter (Connect-AmazonS3 Cmdlet)
If true (default), buckets will be referenced in the request using the hosted-style request: http://bucket-name.host/yourobject. If set to false, the bean will use the path-style request: http://host/bucket-name/yourobject.
Syntax
Connect-AmazonS3 -UseVirtualHosting bool
Data Type
bool
Default Value
true
Remarks
If true (default), buckets will be referenced in the request using the hosted-style request: http://bucket-name.host/yourobject. If set to false, the bean will use the path-style request: http://host/bucket-name/yourobject.