Syntax
PUT /?hyperstore HTTP/1.1 Host: <bucketname>.<s3.domain.com> Content-Length: <length> Date: <date> Authorization: <authorization string> <Bucket storage type configuration in the request body>
Request Parameters
This operation does not use request parameters.
Request Headers
This operation uses only Common Request Headers.
Request Elements
Name |
Description |
Required |
---|---|---|
HSConfiguration |
The container for the bucket’s storage type configuration settings. |
Yes |
LargeStorage |
Specifies how to store S3 objects that are larger than the threshold. Options are:
|
Yes |
Threshold |
Object size threshold in number of bytes. Objects larger than this will be stored in the manner specified by LargeStorage. Objects this size or smaller will be stored in Cassandra and protected by replication. The number of replicas is set by system configuration (region.csv:userdata_keyspace_strategy_options). |