- API version: ?
- Authentification:
- Requests are signed with a secret key if configured
- Using subtenant
- Filesystem access
- SSL/TLS
- Item types:
data(--> "object")token(-> "subtenant")
- Automatic subtenant creation on demand
- Data item operation types:
createread- full
- random byte ranges
- fixed byte ranges
- content verification
update- full (overwrite)
- random byte ranges
- fixed byte ranges (with append mode)
deletenoop
- Token item operation types:
createreaddeletenoop
java -jar mongoose-<VERSION>.jar \
--storage-driver-type=atmos \
...| Name | Type | Default Value | Description |
|---|---|---|---|
| storage-net-http-fsAccess | Flag | false | Specifies whether filesystem access is enabled or not |
- To specify a subtenant use the
storage-auth-tokenconfiguration option
