# Models

## The AbortMultipartUploadOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AbortMultipartUploadOutput":{"type":"object","properties":{}}}}}
```

## The CompleteMultipartUploadOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CompleteMultipartUploadOutput":{"type":"object","properties":{"Location":{"description":"The URI that identifies the newly created object.","type":"string"},"Bucket":{"$ref":"#/components/schemas/BucketName"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"ETag":{"$ref":"#/components/schemas/ETag"}}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"}}}}
```

## The CompletedPartList object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CompletedPartList":{"description":"Array of CompletedPart data types.","type":"array","items":{"$ref":"#/components/schemas/CompletedPart"},"xml":{"wrapped":false}},"CompletedPart":{"type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"PartNumber":{"$ref":"#/components/schemas/PartNumber"}},"description":"Details of the parts that were uploaded."},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"PartNumber":{"description":"Part number that identifies the part.","type":"integer","minimum":1,"maximum":10000}}}}
```

## The CopyObjectOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CopyObjectOutput":{"type":"object","properties":{"CopyObjectResult":{"$ref":"#/components/schemas/CopyObjectResult"}}},"CopyObjectResult":{"type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"LastModified":{"$ref":"#/components/schemas/LastModified"}},"description":"Container for all response elements."},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The Metadata object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Metadata":{"description":"A map of metadata to store with the object. Each key must start with \n`x-amz-meta-` prefix.\n","type":"object","additionalProperties":{"type":"object","properties":{"key1":{"type":"string","format":"regex:^x-amz-meta-"},"value1":{"type":"string"}}}}}}}
```

## The CreateMultipartUploadOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CreateMultipartUploadOutput":{"type":"object","properties":{"Bucket":{"$ref":"#/components/schemas/BucketName"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"UploadId":{"$ref":"#/components/schemas/MultipartUploadId"}}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"MultipartUploadId":{"description":"ID of the multipart upload.","type":"string"}}}}
```

## The DeleteObjectOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeleteObjectOutput":{"type":"object","properties":{}}}}}
```

## The PostObjectOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"PostObjectOutput":{"type":"object","properties":{}}}}}
```

## The DeleteObjectTaggingOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeleteObjectTaggingOutput":{"type":"object","properties":{}}}}}
```

## The DeleteObjectsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeleteObjectsOutput":{"type":"object","properties":{"Deleted":{"description":"Container element for a successful delete. It identifies the\nobject that was successfully deleted.\n","type":"array","items":{"$ref":"#/components/schemas/DeletedObject"}},"Errors":{"$ref":"#/components/schemas/Errors"}}},"DeletedObject":{"type":"object","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of the deleted object","type":"string"},"DeleteMarker":{"description":"Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker. In a simple DELETE, this header indicates whether (true) or not (false) a delete marker was created.","type":"boolean"},"DeleteMarkerVersionId":{"description":"The version ID of the delete marker created as a result of the DELETE operation. If you delete a specific object version, the value returned by this header is the version ID of the object version deleted.","type":"string"}},"description":"Information about the deleted object."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/DeletionError"},"xml":{"wrapped":false}},"DeletionError":{"type":"object","description":"Container for all error elements.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"The version ID of the object.","type":"string"},"Code":{"type":"string"},"Message":{"type":"string"}}}}}}
```

## The ObjectIdentifierList object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectIdentifierList":{"type":"array","items":{"$ref":"#/components/schemas/ObjectIdentifier"},"xml":{"wrapped":false}},"ObjectIdentifier":{"type":"object","required":["Key"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"VersionId for the specific version of the object to delete.","type":"string"}},"description":"Object Identifier is unique value to identify objects."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The Quiet object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Quiet":{"type":"boolean"}}}}
```

## The GetBucketCorsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketCorsOutput":{"type":"object","properties":{"CORSRules":{"$ref":"#/components/schemas/CORSRules"}}},"CORSRules":{"type":"array","items":{"$ref":"#/components/schemas/CORSRule"},"xml":{"wrapped":false},"description":"A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration."},"CORSRule":{"description":"Specifies a cross-origin access rule for an IONOS Object Storage bucket.","type":"object","required":["AllowedMethods","AllowedOrigins"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"AllowedHeaders":{"$ref":"#/components/schemas/AllowedHeaders"},"AllowedMethods":{"$ref":"#/components/schemas/AllowedMethods"},"AllowedOrigins":{"$ref":"#/components/schemas/AllowedOrigins"},"ExposeHeaders":{"$ref":"#/components/schemas/ExposeHeaders"},"MaxAgeSeconds":{"$ref":"#/components/schemas/MaxAgeSeconds"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"AllowedHeaders":{"type":"array","description":"Headers that are specified in the `Access-Control-Request-Headers` header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, IONOS Object Storage returns any requested headers that are allowed.","items":{"$ref":"#/components/schemas/AllowedHeader"},"xml":{"wrapped":false}},"AllowedHeader":{"type":"string"},"AllowedMethods":{"type":"array","description":"An HTTP method that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.","items":{"$ref":"#/components/schemas/AllowedMethod"},"xml":{"wrapped":false}},"AllowedMethod":{"type":"string","xml":{"name":"AllowedMethod"}},"AllowedOrigins":{"type":"array","description":"One or more origins you want customers to be able to access the bucket from.","items":{"$ref":"#/components/schemas/AllowedOrigin"},"xml":{"wrapped":false}},"AllowedOrigin":{"type":"string","xml":{"name":"AllowedOrigin"}},"ExposeHeaders":{"type":"array","description":"One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).","items":{"$ref":"#/components/schemas/ExposeHeader"},"xml":{"wrapped":false}},"ExposeHeader":{"type":"string","xml":{"name":"ExposeHeader"}},"MaxAgeSeconds":{"description":"The time in seconds that your browser is to cache the preflight response for the specified resource.","type":"integer"}}}}
```

## The GetBucketEncryptionOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketEncryptionOutput":{"type":"object","properties":{"ServerSideEncryptionConfiguration":{"$ref":"#/components/schemas/ServerSideEncryptionConfiguration"}}},"ServerSideEncryptionConfiguration":{"type":"object","required":["Rules"],"properties":{"Rules":{"$ref":"#/components/schemas/ServerSideEncryptionRules"}},"description":"Specifies the default server-side-encryption configuration."},"ServerSideEncryptionRules":{"type":"array","items":{"$ref":"#/components/schemas/ServerSideEncryptionRule"},"xml":{"wrapped":false}},"ServerSideEncryptionRule":{"type":"object","properties":{"ApplyServerSideEncryptionByDefault":{"$ref":"#/components/schemas/ServerSideEncryptionByDefault"}},"description":"Specifies the default server-side encryption configuration."},"ServerSideEncryptionByDefault":{"type":"object","required":["SSEAlgorithm"],"properties":{"SSEAlgorithm":{"$ref":"#/components/schemas/ServerSideEncryption"}},"description":"Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied."},"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The GetBucketLifecycleOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketLifecycleOutput":{"type":"object","properties":{"Rules":{"$ref":"#/components/schemas/Rules"}}},"Rules":{"description":"Container for a lifecycle rules.","type":"array","items":{"$ref":"#/components/schemas/Rule"},"xml":{"wrapped":false}},"Rule":{"description":"Specifies lifecycle rules for an IONOS Object Storage bucket.","type":"object","required":["Prefix","Status"],"properties":{"ID":{"type":"string","minLength":1,"maxLength":255,"description":"Unique identifier for the rule. The value can't be longer than 255 characters."},"Prefix":{"$ref":"#/components/schemas/Prefix"},"Status":{"$ref":"#/components/schemas/ExpirationStatus"},"Expiration":{"$ref":"#/components/schemas/LifecycleExpiration"},"NoncurrentVersionExpiration":{"$ref":"#/components/schemas/NoncurrentVersionExpiration"},"AbortIncompleteMultipartUpload":{"$ref":"#/components/schemas/AbortIncompleteMultipartUpload"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"ExpirationStatus":{"description":"If `Enabled`, the rule is currently being applied. If `Disabled`, the rule is not currently being applied.","type":"string","enum":["Enabled","Disabled"]},"LifecycleExpiration":{"description":"Specifies when the object expires based on the values defined in the lifecycle configuration.","type":"object","properties":{"Date":{"description":"Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.","type":"string","format":"date-time"},"Days":{"type":"integer","description":"Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer."},"ExpiredObjectDeleteMarker":{"$ref":"#/components/schemas/ExpiredObjectDeleteMarker"}}},"ExpiredObjectDeleteMarker":{"description":"Indicates whether IONOS Object Storage will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no operation. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.","type":"boolean"},"NoncurrentVersionExpiration":{"description":"Specifies when noncurrent object versions expire. Upon expiration, IONOS Object Storage permanently deletes the noncurrent object versions. You set this lifecycle configuration operation on a bucket that has versioning enabled (or suspended) to request that IONOS Object Storage delete noncurrent object versions at a specific period in the object's lifetime.","type":"object","properties":{"NoncurrentDays":{"type":"integer","description":"Specifies the number of days an object is noncurrent before IONOS Object Storage can perform the associated operation."}}},"AbortIncompleteMultipartUpload":{"description":"Specifies the days since the initiation of an incomplete multipart upload that IONOS Object Storage will wait before permanently removing all parts of the upload.","type":"object","properties":{"DaysAfterInitiation":{"description":"Specifies the number of days after which IONOS Object Storage aborts an incomplete multipart upload.","type":"integer"}}}}}}
```

## The GetObjectLockConfigurationOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetObjectLockConfigurationOutput":{"type":"object","xml":{"name":"ObjectLockConfiguration"},"properties":{"ObjectLockConfiguration":{"type":"object","description":"A container for an object lock configuration.","properties":{"ObjectLockEnabled":{"enum":["Enabled"]},"Rule":{"$ref":"#/components/schemas/ObjectLockRule"}}}}},"ObjectLockRule":{"description":"The container element for an Object Lock rule.","type":"object","properties":{"DefaultRetention":{"$ref":"#/components/schemas/DefaultRetention"}},"xml":{"name":"Rule"}},"DefaultRetention":{"description":"The default Object Lock retention mode and period for new objects placed in the specified bucket. Bucket\nsettings require both a mode and a period. The period can be either `Days` or `Years` but you must\nselect one. You cannot specify `Days` and `Years` at the same time.\n","type":"object","properties":{"Mode":{"description":"The default Object Lock retention mode for new\nobjects placed in the specified bucket. Must be used with either `Days` or `Years`.  \n","type":"string","enum":["GOVERNANCE","COMPLIANCE"]},"Days":{"description":"The number of days that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1},"Years":{"description":"The number of years that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1}}}}}}
```

## The BucketPolicy object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"BucketPolicy":{"type":"object","format":"json","properties":{"Id":{"description":"Specifies an optional identifier for the policy.","type":"string"},"Version":{"description":"Policy version","type":"string","enum":["2012-10-17"]},"Statement":{"type":"array","items":{"type":"object","properties":{"Sid":{"description":"Custom string identifying the statement.","type":"string"},"Action":{"description":"The array of allowed or denied actions. \n\nIONOS Object Storage supports the use of a wildcard in your Action configuration (`\"Action\":[\"s3:*\"]`).\nWhen an Action wildcard is used together with an object-level Resource element (`\"arn:aws:s3:::<bucketName>/*\"`\nor `\"arn:aws:s3:::<bucketName>/<objectName>\"`), the wildcard denotes all supported Object actions.\nWhen an Action wildcard is used together with bucket-level Resource element (`\"arn:aws:s3:::<bucketName>\"`),\nthe wildcard denotes all the bucket actions and bucket subresource actions that IONOS Object Storage supports.\n","type":"array","items":{"type":"string","enum":["s3:*","s3:AbortMultipartUpload","s3:CreateBucket","s3:DeleteBucketPolicy","s3:DeleteBucket","s3:DeleteBucketWebsite","s3:DeleteObject","s3:DeleteObjectVersion","s3:DeleteBucketPublicAccessBlock","s3:DeleteReplicationConfiguration","s3:GetAccelerateConfiguration","s3:GetBucketAcl","s3:GetBucketCORS","s3:GetBucketLocation","s3:GetBucketLogging","s3:GetBucketNotification","s3:GetBucketPolicy","s3:GetBucketRequestPayment","s3:GetBucketTagging","s3:GetBucketVersioning","s3:GetBucketWebsite","s3:GetLifecycleConfiguration","s3:GetObjectAcl","s3:GetObject","s3:GetObjectTorrent","s3:GetObjectVersionAcl","s3:GetObjectVersion","s3:GetObjectVersionTorrent","s3:GetBucketPublicAccessBlock","s3:GetReplicationConfiguration","s3:ListAllMyBuckets","s3:ListBucketMultipartUploads","s3:ListBucket","s3:ListBucketVersions","s3:ListMultipartUploadParts","s3:PutAccelerateConfiguration","s3:PutBucketAcl","s3:PutBucketCORS","s3:PutBucketLogging","s3:PutBucketNotification","s3:PutBucketPolicy","s3:PutBucketRequestPayment","s3:PutBucketTagging","s3:PutBucketVersioning","s3:PutBucketWebsite","s3:PutLifecycleConfiguration","s3:PutBucketPublicAccessBlock","s3:PutObjectAcl","s3:PutObject","s3:PutObjectVersionAcl","s3:PutReplicationConfiguration","s3:RestoreObject"]}},"Effect":{"description":"Specify the outcome when the user requests a particular action.","type":"string","enum":["Deny","Allow"]},"Resource":{"description":"The bucket or object that the policy applies to. \n\nMust be one of the following:\n- `\"arn:aws:s3:::<bucketName>\"` - For bucket actions (such as `s3:ListBucket`) and bucket subresource actions (such as `s3:GetBucketAcl`).\n- `\"arn:aws:s3:::<bucketName>/*\"` or `\"arn:aws:s3:::<bucketName>/<objectName>\"` - For object actions (such as `s3:PutObject`).\n","type":"array","items":{"type":"string","pattern":"^arn:aws:s3:::"}},"Condition":{"description":"Conditions for when a policy is in effect. \n\nIONOS Object Storage supports only the following condition operators and keys.\nBucket policy does not yet support string interpolation.\n\n**Condition Operators**\n- `IpAddress`\n- `NotIpAddress`\n- `DateGreaterThan`\n- `DateLessThan`\n\n**Condition Keys**\n- `aws:SourceIp`\n- `aws:CurrentTime`\n- `aws:EpochTime`\n\nOnly the following condition keys are supported for the `ListBucket` action:\n- `s3:prefix`\n- `s3:delimiter`\n- `s3:max-keys`\n","type":"object","properties":{"IpAddress":{"type":"object","properties":{"aws:SourceIp":{"type":"array","items":{"type":"string","format":"ipv4"}}}},"NotIpAddress":{"type":"object","properties":{"aws:SourceIp":{"type":"array","items":{"type":"string","format":"ipv4"}}}},"DateGreaterThan":{"oneOf":[{"type":"object","properties":{"aws:CurrentTime":{"type":"string","format":"date-time"}}},{"type":"object","properties":{"aws:EpochTime":{"type":"integer"}}}]},"DateLessThan":{"oneOf":[{"type":"object","properties":{"aws:CurrentTime":{"type":"string","format":"date-time"}}},{"type":"object","properties":{"aws:EpochTime":{"type":"integer"}}}]}}},"Principal":{"anyOf":[{"type":"object","description":"Statement applies to the specified IONOS Object Storage users.","properties":{"AWS":{"type":"array","items":{"type":"string","pattern":"^arn:aws:iam:::user/"}}}},{"type":"string","description":"`\"*\"` - Statement applies to all users (also known as \"anonymous access\").\n"}]}},"required":["Action","Effect","Resource","Principal"]}}},"required":["Statement"]}}}}
```

## The BlockPublicAccessPayload object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"BlockPublicAccessPayload":{"type":"object","properties":{"BlockPublicAcls":{"description":"Indicates that access to the bucket via Access Control Lists (ACLs) that grant public access is blocked.\nIn other words, ACLs that allow public access are not permitted.\n","type":"boolean","default":false},"IgnorePublicAcls":{"description":"Instructs the system to ignore any ACLs that grant public access. Even if ACLs are set to allow public access,\nthey will be disregarded.\n","type":"boolean","default":false},"BlockPublicPolicy":{"description":"Blocks public access to the bucket via bucket policies. Bucket policies that grant public access will not be allowed.\n","type":"boolean","default":false},"RestrictPublicBuckets":{"description":"Restricts access to buckets that have public policies. Buckets with policies that grant public access will have their access restricted.\n","type":"boolean","default":false}},"xml":{"name":"PublicAccessBlockConfiguration","namespace":"http://s3.amazonaws.com/doc/2006-03-01/"}}}}}
```

## The BlockPublicAccessOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"BlockPublicAccessOutput":{"type":"object","properties":{"BlockPublicAcls":{"description":"Indicates that access to the bucket via Access Control Lists (ACLs) that grant public access is blocked.\nIn other words, ACLs that allow public access are not permitted.\n","type":"boolean"},"IgnorePublicAcls":{"description":"Instructs the system to ignore any ACLs that grant public access. Even if ACLs are set to allow public access,\nthey will be disregarded.\n","type":"boolean"},"BlockPublicPolicy":{"description":"Blocks public access to the bucket via bucket policies. Bucket policies that grant public access will not be allowed.\n","type":"boolean"},"RestrictPublicBuckets":{"description":"Restricts access to buckets that have public policies. Buckets with policies that grant public access will have their access restricted.\n","type":"boolean"}},"xml":{"name":"BlockPublicAccessBlockConfiguration"}}}}}
```

## The GetBucketPolicyStatusOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketPolicyStatusOutput":{"type":"object","properties":{"PolicyStatus":{"$ref":"#/components/schemas/PolicyStatus"}}},"PolicyStatus":{"description":"The container element for a bucket's policy status.","type":"object","properties":{"IsPublic":{"$ref":"#/components/schemas/IsPublic"}}},"IsPublic":{"description":"The policy status for this bucket:\n- `true` indicates that this bucket is public.\n- `false` indicates that this bucket is private.\n","type":"boolean"}}}}
```

## The GetBucketReplicationOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketReplicationOutput":{"type":"object","properties":{"ReplicationConfiguration":{"$ref":"#/components/schemas/ReplicationConfiguration"}}},"ReplicationConfiguration":{"type":"object","required":["Role","Rules"],"properties":{"Role":{"description":"The Resource Name of the Identity and Access Management (IAM) role that IONOS Object Storage assumes when replicating objects.","type":"string"},"Rules":{"allOf":[{"$ref":"#/components/schemas/ReplicationRules"},{"xml":{"name":"Rule"},"description":"A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules. "}]}},"description":"A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB."},"ReplicationRules":{"type":"array","items":{"$ref":"#/components/schemas/ReplicationRule"},"xml":{"wrapped":false}},"ReplicationRule":{"description":"Specifies which IONOS Object Storage objects to replicate and where to store the replicas.","type":"object","required":["Status","Destination"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"Prefix":{"description":"An object key name prefix that identifies the subset of objects to which the rule applies.\nReplace the Object keys containing special characters, such as carriage returns, when using XML requests.\n","type":"string"},"Status":{"description":"Specifies whether the rule is enabled.","type":"string","enum":["Enabled","Disabled"]},"Destination":{"$ref":"#/components/schemas/Destination"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"Destination":{"description":"A container for information about the replication destination.\n","type":"object","required":["Bucket"],"properties":{"Bucket":{"description":"Use the same \"Bucket\" value formatting as in the S3 API specification, that is, `arn:aws:s3:::{Bucket}`.\n","type":"string","minLength":3,"maxLength":63},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The GetBucketTaggingOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketTaggingOutput":{"type":"object","required":["TagSet"],"properties":{"TagSet":{"$ref":"#/components/schemas/TagSet"}}},"TagSet":{"description":"Contains the tag set.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Tag":{"type":"object","required":["Key","Value"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"Value":{"description":"Value of the tag.","type":"string"}},"description":"A container of a key value name pair."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The GetBucketVersioningOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketVersioningOutput":{"description":"The versioning configuration of the bucket.","type":"object","properties":{"Status":{"$ref":"#/components/schemas/BucketVersioningStatus"},"MfaDelete":{"$ref":"#/components/schemas/MfaDeleteStatus"}},"xml":{"name":"VersioningConfiguration","namespace":"http://s3.amazonaws.com/doc/2006-03-01/"}},"BucketVersioningStatus":{"description":"The versioning state of the bucket.","type":"string","enum":["Enabled","Suspended"]},"MfaDeleteStatus":{"description":"Specifies status of the Multi-factor Authentication delete (MFA Delete) for the bucket versioning configuration.\nCurrently, this feature is not supported for the `PutBucketVersioning` API call.\n","type":"string","enum":["Disabled"]}}}}
```

## The GetBucketWebsiteOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetBucketWebsiteOutput":{"type":"object","properties":{"RedirectAllRequestsTo":{"$ref":"#/components/schemas/RedirectAllRequestsTo"},"IndexDocument":{"$ref":"#/components/schemas/IndexDocument"},"ErrorDocument":{"$ref":"#/components/schemas/ErrorDocument"},"RoutingRules":{"$ref":"#/components/schemas/RoutingRules"}}},"RedirectAllRequestsTo":{"description":"Specifies the redirect behavior of all requests to a website endpoint of an IONOS Object Storage bucket.","type":"object","required":["HostName"],"properties":{"HostName":{"description":"Name of the host where requests are redirected.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]}}},"IndexDocument":{"type":"object","required":["Suffix"],"properties":{"Suffix":{"description":"A suffix that is appended to a request that is for a\ndirectory on the website endpoint (for example, if the suffix is\nindex.html and you make a request to `samplebucket/images/` the\ndata that is returned will be for the object with the key name\n`images/index.html`) The suffix must not be empty and must not\ninclude a slash character.\nReplacement must be made for object keys containing special\ncharacters (such as carriage returns) when using XML requests.\n","type":"string"}},"description":"Container for the `Suffix` element."},"ErrorDocument":{"description":"The object key name to use when a 4XX class error occurs. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"object","required":["Key"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"RoutingRules":{"type":"array","items":{"$ref":"#/components/schemas/RoutingRule"}},"RoutingRule":{"description":"Specifies the redirect behavior and when a redirect is applied.","type":"object","required":["Redirect"],"properties":{"Condition":{"description":"A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.","type":"object","properties":{"HttpErrorCodeReturnedEquals":{"$ref":"#/components/schemas/HttpErrorCodeReturnedEquals"},"KeyPrefixEquals":{"$ref":"#/components/schemas/KeyPrefixEquals"}}},"Redirect":{"$ref":"#/components/schemas/Redirect"}},"xml":{"name":"RoutingRule"}},"HttpErrorCodeReturnedEquals":{"description":"The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element `Condition` is specified and sibling `KeyPrefixEquals` is not specified. If both are specified, then both must be true for the redirect to be applied.","type":"string"},"KeyPrefixEquals":{"description":"<p>The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html`, the key prefix will be `ExamplePage.html`. To redirect request for all pages with the prefix `docs/`, the key prefix will be `/docs`, which identifies all objects in the `docs/` folder. Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.</p> </important>","type":"string"},"Redirect":{"description":"Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.","type":"object","properties":{"HostName":{"description":"The host name to use in the redirect request.","type":"string"},"HttpRedirectCode":{"description":"The HTTP redirect code to use on the response. Not required if one of the siblings is present.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]},"ReplaceKeyPrefixWith":{"description":"<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a condition block with `KeyPrefixEquals` set to `docs/` and in the Redirect set `ReplaceKeyPrefixWith` to `/documents`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyWith` is not provided.</p> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. </p>","type":"string"},"ReplaceKeyWith":{"description":"The specific object key to use in the redirect request. For example, redirect request to `error.html`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyPrefixWith` is not provided.\nReplacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string"}}}}}}
```

## The GetObjectOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetObjectOutput":{"type":"object","properties":{"Body":{"type":"string","format":"binary","description":"Object data."},"Metadata":{"$ref":"#/components/schemas/Metadata"}}},"Metadata":{"description":"A map of metadata to store with the object. Each key must start with \n`x-amz-meta-` prefix.\n","type":"object","additionalProperties":{"type":"object","properties":{"key1":{"type":"string","format":"regex:^x-amz-meta-"},"value1":{"type":"string"}}}}}}}
```

## The GetObjectRetentionOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetObjectRetentionOutput":{"type":"object","properties":{"Retention":{"$ref":"#/components/schemas/ObjectLockRetention"}}},"ObjectLockRetention":{"description":"A Retention configuration for an object.","type":"object","properties":{"Mode":{"description":"Indicates the Retention mode for the specified object.","type":"string","enum":["GOVERNANCE","COMPLIANCE"]},"RetainUntilDate":{"description":"The date on which this Object Lock Retention will expire.","type":"string","format":"date"}}}}}}
```

## The GetObjectTaggingOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"GetObjectTaggingOutput":{"type":"object","required":["TagSet"],"properties":{"TagSet":{"$ref":"#/components/schemas/TagSet"}}},"TagSet":{"description":"Contains the tag set.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Tag":{"type":"object","required":["Key","Value"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"Value":{"description":"Value of the tag.","type":"string"}},"description":"A container of a key value name pair."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The HeadObjectOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"HeadObjectOutput":{"type":"object","properties":{"Metadata":{"$ref":"#/components/schemas/Metadata"}}},"Metadata":{"description":"A map of metadata to store with the object. Each key must start with \n`x-amz-meta-` prefix.\n","type":"object","additionalProperties":{"type":"object","properties":{"key1":{"type":"string","format":"regex:^x-amz-meta-"},"value1":{"type":"string"}}}}}}}
```

## The ListAllMyBucketsResult object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListAllMyBucketsResult":{"type":"object","properties":{"Owner":{"$ref":"#/components/schemas/Owner"},"Buckets":{"type":"array","items":{"$ref":"#/components/schemas/Bucket"}}},"xml":{"name":"ListAllMyBucketsResult","namespace":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"Bucket":{"type":"object","properties":{"Name":{"$ref":"#/components/schemas/BucketName"},"CreationDate":{"$ref":"#/components/schemas/CreationDate"}},"description":"A bucket in object storage is a flat container used to store an unlimited number of objects (files).","xml":{"name":"Bucket"}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"CreationDate":{"type":"string","format":"date-time","description":"Represents the UTC date and time of bucket creation.","xml":{"name":"CreationDate"}}}}}
```

## The ListMultipartUploadsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListMultipartUploadsOutput":{"type":"object","properties":{"Bucket":{"$ref":"#/components/schemas/BucketName"},"KeyMarker":{"description":"The key at or after which the listing began.","type":"string"},"UploadIdMarker":{"description":"Upload ID after which listing began.","type":"string"},"NextKeyMarker":{"description":"When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.","type":"string"},"Prefix":{"description":"When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.","type":"string","minLength":1,"maxLength":1024},"Delimiter":{"description":"Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response.","type":"string"},"NextUploadIdMarker":{"description":"When a list is truncated, this element specifies the value that should be used for the `upload-id-marker` request parameter in a subsequent request.","type":"string"},"MaxUploads":{"description":"Maximum number of multipart uploads that could have been included in the response.","type":"integer"},"IsTruncated":{"$ref":"#/components/schemas/IsTruncated"},"Uploads":{"description":"Container for elements related to a particular multipart upload. A response can contain zero or more `Upload` elements.","type":"array","items":{"$ref":"#/components/schemas/MultipartUpload"}},"CommonPrefixes":{"allOf":[{"$ref":"#/components/schemas/CommonPrefixList"},{"description":"If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a `CommonPrefixes` element. The distinct key prefixes are returned in the `Prefix` child element."}]},"EncodingType":{"$ref":"#/components/schemas/EncodingType"}}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]},"MultipartUpload":{"description":"Container for the `MultipartUpload` for the IONOS Object Storage object.","type":"object","properties":{"UploadId":{"$ref":"#/components/schemas/MultipartUploadId"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"Initiated":{"description":"Date and time at which the multipart upload was initiated.","type":"string","format":"date-time"},"StorageClass":{"$ref":"#/components/schemas/StorageClass"},"Owner":{"$ref":"#/components/schemas/Owner"},"Initiator":{"$ref":"#/components/schemas/Initiator"}}},"MultipartUploadId":{"description":"ID of the multipart upload.","type":"string"},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"Initiator":{"description":"Container element that identifies who initiated the multipart upload.","type":"object","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}}},"CommonPrefixList":{"description":"All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.","type":"array","items":{"$ref":"#/components/schemas/CommonPrefix"},"xml":{"wrapped":false}},"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"EncodingType":{"type":"string","enum":["url"],"description":"Encoding type used by IONOS Object Storage to encode object key names\nin the XML response. If you specify encoding-type request\nparameter, IONOS Object Storage includes this element in the response, and\nreturns encoded key name values in the following response\nelements: `KeyMarker`, `NextKeyMarker`, `Prefix`,\n`Key`, and `Delimiter`.\n"}}}}
```

## The ListObjectVersionsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListObjectVersionsOutput":{"type":"object","properties":{"IsTruncated":{"$ref":"#/components/schemas/IsTruncated"},"KeyMarker":{"description":"Marks the last key returned in a truncated response.","type":"string"},"VersionIdMarker":{"description":"Marks the last version of the key returned in a truncated response.","type":"string"},"NextKeyMarker":{"description":"When the number of responses exceeds the value of `MaxKeys`, `NextKeyMarker` specifies the first key not returned that satisfies the search criteria. Use this value for the key-marker request parameter in a subsequent request.","type":"string"},"NextVersionIdMarker":{"description":"When the number of responses exceeds the value of `MaxKeys`, `NextVersionIdMarker` specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.","type":"string"},"Versions":{"$ref":"#/components/schemas/ObjectVersionList"},"Name":{"$ref":"#/components/schemas/BucketName"},"Prefix":{"description":"Selects objects that start with the value supplied by this parameter.","type":"string","minLength":1,"maxLength":1024},"Delimiter":{"allOf":[{"$ref":"#/components/schemas/Delimiter"}],"description":"The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in `CommonPrefixes`. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response."},"MaxKeys":{"allOf":[{"$ref":"#/components/schemas/MaxKeys"}]},"CommonPrefixes":{"allOf":[{"$ref":"#/components/schemas/CommonPrefixList"}]},"EncodingType":{"$ref":"#/components/schemas/EncodingType"}}},"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]},"ObjectVersionList":{"description":"Container for version information.","type":"array","items":{"$ref":"#/components/schemas/ObjectVersion"},"xml":{"wrapped":false}},"ObjectVersion":{"description":"The version of an object.","type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"Size":{"$ref":"#/components/schemas/Size"},"StorageClass":{"$ref":"#/components/schemas/ObjectVersionStorageClass"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of an object.","type":"string"},"IsLatest":{"description":"Specifies whether the object is (true) or is not (false) the latest version of an object.","type":"boolean"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ObjectVersionStorageClass":{"type":"string","enum":["STANDARD"]},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"Delimiter":{"type":"string"},"MaxKeys":{"description":"The maximum number of keys returned in the response. By default the operation returns up to 1000 key names. The response might contain fewer keys but will never contain more.","type":"integer","default":1000,"minimum":1,"maximum":1000},"CommonPrefixList":{"description":"All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.","type":"array","items":{"$ref":"#/components/schemas/CommonPrefix"},"xml":{"wrapped":false}},"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"EncodingType":{"type":"string","enum":["url"],"description":"Encoding type used by IONOS Object Storage to encode object key names\nin the XML response. If you specify encoding-type request\nparameter, IONOS Object Storage includes this element in the response, and\nreturns encoded key name values in the following response\nelements: `KeyMarker`, `NextKeyMarker`, `Prefix`,\n`Key`, and `Delimiter`.\n"}}}}
```

## The ListObjectsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListObjectsOutput":{"type":"object","properties":{"IsTruncated":{"allOf":[{"$ref":"#/components/schemas/IsTruncated"}]},"Marker":{"allOf":[{"$ref":"#/components/schemas/Marker"}]},"NextMarker":{"allOf":[{"$ref":"#/components/schemas/NextMarker"}]},"Contents":{"allOf":[{"$ref":"#/components/schemas/ObjectList"}]},"Name":{"allOf":[{"$ref":"#/components/schemas/BucketName"}]},"Prefix":{"allOf":[{"$ref":"#/components/schemas/Prefix"}],"description":"Keys that begin with the indicated prefix."},"Delimiter":{"allOf":[{"$ref":"#/components/schemas/Delimiter"}],"description":"Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the `CommonPrefixes` collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the `MaxKeys` value."},"MaxKeys":{"allOf":[{"$ref":"#/components/schemas/MaxKeys"}],"description":"The maximum number of keys returned in the response body."},"CommonPrefixes":{"allOf":[{"$ref":"#/components/schemas/CommonPrefixList"}],"description":"<p>All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns. </p> <p>A response can contain CommonPrefixes only if you specify a delimiter.</p> <p>CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter.</p> <p> CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.</p> <p>For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.</p>"},"EncodingType":{"$ref":"#/components/schemas/EncodingType"}}},"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]},"Marker":{"description":"Indicates where in the bucket listing begins. Marker is included in the response if it was sent with the request.","type":"string"},"NextMarker":{"type":"string","description":"When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. IONOS Object Storage lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMarker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys."},"ObjectList":{"type":"array","description":"Metadata about each object returned.","items":{"$ref":"#/components/schemas/Object"},"xml":{"wrapped":false}},"Object":{"type":"object","description":"An object consists of data and its descriptive metadata.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"StorageClass":{"$ref":"#/components/schemas/ObjectStorageClass"},"Size":{"$ref":"#/components/schemas/Size"},"ETag":{"$ref":"#/components/schemas/ETag"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ObjectStorageClass":{"type":"string","enum":["STANDARD"]},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"Delimiter":{"type":"string"},"MaxKeys":{"description":"The maximum number of keys returned in the response. By default the operation returns up to 1000 key names. The response might contain fewer keys but will never contain more.","type":"integer","default":1000,"minimum":1,"maximum":1000},"CommonPrefixList":{"description":"All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.","type":"array","items":{"$ref":"#/components/schemas/CommonPrefix"},"xml":{"wrapped":false}},"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"EncodingType":{"type":"string","enum":["url"],"description":"Encoding type used by IONOS Object Storage to encode object key names\nin the XML response. If you specify encoding-type request\nparameter, IONOS Object Storage includes this element in the response, and\nreturns encoded key name values in the following response\nelements: `KeyMarker`, `NextKeyMarker`, `Prefix`,\n`Key`, and `Delimiter`.\n"}}}}
```

## The ListObjectsV2Output object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListObjectsV2Output":{"type":"object","xml":{"name":"ListBucketResult"},"properties":{"ListBucketResult":{"type":"object","description":"A container for the data.","required":["Name","Prefix","MaxKeys","IsTruncated","KeyCount","Contents"],"properties":{"Name":{"$ref":"#/components/schemas/BucketName"},"Prefix":{"$ref":"#/components/schemas/Prefix"},"MaxKeys":{"$ref":"#/components/schemas/MaxKeys"},"IsTruncated":{"$ref":"#/components/schemas/IsTruncated"},"KeyCount":{"allOf":[{"$ref":"#/components/schemas/KeyCount"},{"description":"KeyCount is the number of keys returned with this request. KeyCount will always be less than or equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys. "}]},"Contents":{"allOf":[{"$ref":"#/components/schemas/ObjectList"},{"description":"Metadata about each object returned."}]},"Delimiter":{"allOf":[{"$ref":"#/components/schemas/Delimiter"},{"description":"Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the `MaxKeys` value."}]},"CommonPrefixes":{"allOf":[{"$ref":"#/components/schemas/CommonPrefixList"}],"description":"All of the keys (up to 1000) rolled up into a common prefix\ncount as a single return when calculating the number of\nreturns.\nA response can contain `CommonPrefixes` only if you specify a delimiter.\n`CommonPrefixes` contains all (if there are any)\nkeys between `Prefix`and the next occurrence of the\nstring specified by a delimiter.\n`CommonPrefixes` lists keys that act like\nsubdirectories in the directory specified by\n`Prefix`.\nFor example, if the prefix is `notes/` and the delimiter is a slash\n(`/`) as in `notes/summer/july`, the\ncommon prefix is `notes/summer/`. All of the keys\nthat roll up into a common prefix count as a single return when\ncalculating the number of returns.\n"},"EncodingType":{"$ref":"#/components/schemas/EncodingType"},"ContinuationToken":{"description":"If ContinuationToken was sent with the request, it is included in the response.","type":"string"},"NextContinuationToken":{"description":"`NextContinuationToken` is sent when `isTruncated` is true, which means there are more keys\nin the bucket that can be listed. The next list requests to IONOS Object Storage can be\ncontinued with this `NextContinuationToken`. `NextContinuationToken` is obfuscated\nand is not a real key.\n","type":"string"},"StartAfter":{"description":"If StartAfter was sent with the request, it is included in the response.","type":"string"}}}}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"MaxKeys":{"description":"The maximum number of keys returned in the response. By default the operation returns up to 1000 key names. The response might contain fewer keys but will never contain more.","type":"integer","default":1000,"minimum":1,"maximum":1000},"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]},"KeyCount":{"type":"integer"},"ObjectList":{"type":"array","description":"Metadata about each object returned.","items":{"$ref":"#/components/schemas/Object"},"xml":{"wrapped":false}},"Object":{"type":"object","description":"An object consists of data and its descriptive metadata.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"StorageClass":{"$ref":"#/components/schemas/ObjectStorageClass"},"Size":{"$ref":"#/components/schemas/Size"},"ETag":{"$ref":"#/components/schemas/ETag"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ObjectStorageClass":{"type":"string","enum":["STANDARD"]},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"Delimiter":{"type":"string"},"CommonPrefixList":{"description":"All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.","type":"array","items":{"$ref":"#/components/schemas/CommonPrefix"},"xml":{"wrapped":false}},"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"EncodingType":{"type":"string","enum":["url"],"description":"Encoding type used by IONOS Object Storage to encode object key names\nin the XML response. If you specify encoding-type request\nparameter, IONOS Object Storage includes this element in the response, and\nreturns encoded key name values in the following response\nelements: `KeyMarker`, `NextKeyMarker`, `Prefix`,\n`Key`, and `Delimiter`.\n"}}}}
```

## The ListPartsOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ListPartsOutput":{"type":"object","properties":{"Bucket":{"$ref":"#/components/schemas/BucketName"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"UploadId":{"$ref":"#/components/schemas/MultipartUploadId"},"PartNumberMarker":{"description":"When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.","type":"integer"},"NextPartNumberMarker":{"description":"When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.","type":"string"},"MaxParts":{"description":"Maximum number of parts that were allowed in the response.","type":"string"},"IsTruncated":{"$ref":"#/components/schemas/IsTruncated"},"Parts":{"description":" Container for elements related to a particular part. A response can contain zero or more `Part` elements.","type":"array","items":{"$ref":"#/components/schemas/Part"}},"Initiator":{"$ref":"#/components/schemas/Initiator"},"Owner":{"$ref":"#/components/schemas/Owner"},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"MultipartUploadId":{"description":"ID of the multipart upload.","type":"string"},"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]},"Part":{"description":"Container for elements related to a part.","type":"object","properties":{"PartNumber":{"$ref":"#/components/schemas/PartNumber"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"ETag":{"$ref":"#/components/schemas/ETag"},"Size":{"$ref":"#/components/schemas/Size"}},"xml":{"name":"Part"}},"PartNumber":{"description":"Part number that identifies the part.","type":"integer","minimum":1,"maximum":10000},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"Initiator":{"description":"Container element that identifies who initiated the multipart upload.","type":"object","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The Owner object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The CORSRules object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CORSRules":{"type":"array","items":{"$ref":"#/components/schemas/CORSRule"},"xml":{"wrapped":false},"description":"A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration."},"CORSRule":{"description":"Specifies a cross-origin access rule for an IONOS Object Storage bucket.","type":"object","required":["AllowedMethods","AllowedOrigins"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"AllowedHeaders":{"$ref":"#/components/schemas/AllowedHeaders"},"AllowedMethods":{"$ref":"#/components/schemas/AllowedMethods"},"AllowedOrigins":{"$ref":"#/components/schemas/AllowedOrigins"},"ExposeHeaders":{"$ref":"#/components/schemas/ExposeHeaders"},"MaxAgeSeconds":{"$ref":"#/components/schemas/MaxAgeSeconds"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"AllowedHeaders":{"type":"array","description":"Headers that are specified in the `Access-Control-Request-Headers` header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, IONOS Object Storage returns any requested headers that are allowed.","items":{"$ref":"#/components/schemas/AllowedHeader"},"xml":{"wrapped":false}},"AllowedHeader":{"type":"string"},"AllowedMethods":{"type":"array","description":"An HTTP method that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.","items":{"$ref":"#/components/schemas/AllowedMethod"},"xml":{"wrapped":false}},"AllowedMethod":{"type":"string","xml":{"name":"AllowedMethod"}},"AllowedOrigins":{"type":"array","description":"One or more origins you want customers to be able to access the bucket from.","items":{"$ref":"#/components/schemas/AllowedOrigin"},"xml":{"wrapped":false}},"AllowedOrigin":{"type":"string","xml":{"name":"AllowedOrigin"}},"ExposeHeaders":{"type":"array","description":"One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).","items":{"$ref":"#/components/schemas/ExposeHeader"},"xml":{"wrapped":false}},"ExposeHeader":{"type":"string","xml":{"name":"ExposeHeader"}},"MaxAgeSeconds":{"description":"The time in seconds that your browser is to cache the preflight response for the specified resource.","type":"integer"}}}}
```

## The ServerSideEncryptionRules object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ServerSideEncryptionRules":{"type":"array","items":{"$ref":"#/components/schemas/ServerSideEncryptionRule"},"xml":{"wrapped":false}},"ServerSideEncryptionRule":{"type":"object","properties":{"ApplyServerSideEncryptionByDefault":{"$ref":"#/components/schemas/ServerSideEncryptionByDefault"}},"description":"Specifies the default server-side encryption configuration."},"ServerSideEncryptionByDefault":{"type":"object","required":["SSEAlgorithm"],"properties":{"SSEAlgorithm":{"$ref":"#/components/schemas/ServerSideEncryption"}},"description":"Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied."},"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The Rules object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Rules":{"description":"Container for a lifecycle rules.","type":"array","items":{"$ref":"#/components/schemas/Rule"},"xml":{"wrapped":false}},"Rule":{"description":"Specifies lifecycle rules for an IONOS Object Storage bucket.","type":"object","required":["Prefix","Status"],"properties":{"ID":{"type":"string","minLength":1,"maxLength":255,"description":"Unique identifier for the rule. The value can't be longer than 255 characters."},"Prefix":{"$ref":"#/components/schemas/Prefix"},"Status":{"$ref":"#/components/schemas/ExpirationStatus"},"Expiration":{"$ref":"#/components/schemas/LifecycleExpiration"},"NoncurrentVersionExpiration":{"$ref":"#/components/schemas/NoncurrentVersionExpiration"},"AbortIncompleteMultipartUpload":{"$ref":"#/components/schemas/AbortIncompleteMultipartUpload"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"ExpirationStatus":{"description":"If `Enabled`, the rule is currently being applied. If `Disabled`, the rule is not currently being applied.","type":"string","enum":["Enabled","Disabled"]},"LifecycleExpiration":{"description":"Specifies when the object expires based on the values defined in the lifecycle configuration.","type":"object","properties":{"Date":{"description":"Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.","type":"string","format":"date-time"},"Days":{"type":"integer","description":"Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer."},"ExpiredObjectDeleteMarker":{"$ref":"#/components/schemas/ExpiredObjectDeleteMarker"}}},"ExpiredObjectDeleteMarker":{"description":"Indicates whether IONOS Object Storage will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no operation. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.","type":"boolean"},"NoncurrentVersionExpiration":{"description":"Specifies when noncurrent object versions expire. Upon expiration, IONOS Object Storage permanently deletes the noncurrent object versions. You set this lifecycle configuration operation on a bucket that has versioning enabled (or suspended) to request that IONOS Object Storage delete noncurrent object versions at a specific period in the object's lifetime.","type":"object","properties":{"NoncurrentDays":{"type":"integer","description":"Specifies the number of days an object is noncurrent before IONOS Object Storage can perform the associated operation."}}},"AbortIncompleteMultipartUpload":{"description":"Specifies the days since the initiation of an incomplete multipart upload that IONOS Object Storage will wait before permanently removing all parts of the upload.","type":"object","properties":{"DaysAfterInitiation":{"description":"Specifies the number of days after which IONOS Object Storage aborts an incomplete multipart upload.","type":"integer"}}}}}}
```

## The ReplicationRules object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ReplicationRules":{"type":"array","items":{"$ref":"#/components/schemas/ReplicationRule"},"xml":{"wrapped":false}},"ReplicationRule":{"description":"Specifies which IONOS Object Storage objects to replicate and where to store the replicas.","type":"object","required":["Status","Destination"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"Prefix":{"description":"An object key name prefix that identifies the subset of objects to which the rule applies.\nReplace the Object keys containing special characters, such as carriage returns, when using XML requests.\n","type":"string"},"Status":{"description":"Specifies whether the rule is enabled.","type":"string","enum":["Enabled","Disabled"]},"Destination":{"$ref":"#/components/schemas/Destination"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"Destination":{"description":"A container for information about the replication destination.\n","type":"object","required":["Bucket"],"properties":{"Bucket":{"description":"Use the same \"Bucket\" value formatting as in the S3 API specification, that is, `arn:aws:s3:::{Bucket}`.\n","type":"string","minLength":3,"maxLength":63},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The TagSet object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"TagSet":{"description":"Contains the tag set.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Tag":{"type":"object","required":["Key","Value"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"Value":{"description":"Value of the tag.","type":"string"}},"description":"A container of a key value name pair."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The BucketVersioningStatus object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"BucketVersioningStatus":{"description":"The versioning state of the bucket.","type":"string","enum":["Enabled","Suspended"]}}}}
```

## The ErrorDocument object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ErrorDocument":{"description":"The object key name to use when a 4XX class error occurs. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"object","required":["Key"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The IndexDocument object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"IndexDocument":{"type":"object","required":["Suffix"],"properties":{"Suffix":{"description":"A suffix that is appended to a request that is for a\ndirectory on the website endpoint (for example, if the suffix is\nindex.html and you make a request to `samplebucket/images/` the\ndata that is returned will be for the object with the key name\n`images/index.html`) The suffix must not be empty and must not\ninclude a slash character.\nReplacement must be made for object keys containing special\ncharacters (such as carriage returns) when using XML requests.\n","type":"string"}},"description":"Container for the `Suffix` element."}}}}
```

## The RedirectAllRequestsTo object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"RedirectAllRequestsTo":{"description":"Specifies the redirect behavior of all requests to a website endpoint of an IONOS Object Storage bucket.","type":"object","required":["HostName"],"properties":{"HostName":{"description":"Name of the host where requests are redirected.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]}}}}}}
```

## The RoutingRules object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"RoutingRules":{"type":"array","items":{"$ref":"#/components/schemas/RoutingRule"}},"RoutingRule":{"description":"Specifies the redirect behavior and when a redirect is applied.","type":"object","required":["Redirect"],"properties":{"Condition":{"description":"A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.","type":"object","properties":{"HttpErrorCodeReturnedEquals":{"$ref":"#/components/schemas/HttpErrorCodeReturnedEquals"},"KeyPrefixEquals":{"$ref":"#/components/schemas/KeyPrefixEquals"}}},"Redirect":{"$ref":"#/components/schemas/Redirect"}},"xml":{"name":"RoutingRule"}},"HttpErrorCodeReturnedEquals":{"description":"The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element `Condition` is specified and sibling `KeyPrefixEquals` is not specified. If both are specified, then both must be true for the redirect to be applied.","type":"string"},"KeyPrefixEquals":{"description":"<p>The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html`, the key prefix will be `ExamplePage.html`. To redirect request for all pages with the prefix `docs/`, the key prefix will be `/docs`, which identifies all objects in the `docs/` folder. Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.</p> </important>","type":"string"},"Redirect":{"description":"Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.","type":"object","properties":{"HostName":{"description":"The host name to use in the redirect request.","type":"string"},"HttpRedirectCode":{"description":"The HTTP redirect code to use on the response. Not required if one of the siblings is present.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]},"ReplaceKeyPrefixWith":{"description":"<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a condition block with `KeyPrefixEquals` set to `docs/` and in the Redirect set `ReplaceKeyPrefixWith` to `/documents`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyWith` is not provided.</p> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. </p>","type":"string"},"ReplaceKeyWith":{"description":"The specific object key to use in the redirect request. For example, redirect request to `error.html`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyPrefixWith` is not provided.\nReplacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string"}}}}}}
```

## The ObjectLockRule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectLockRule":{"description":"The container element for an Object Lock rule.","type":"object","properties":{"DefaultRetention":{"$ref":"#/components/schemas/DefaultRetention"}},"xml":{"name":"Rule"}},"DefaultRetention":{"description":"The default Object Lock retention mode and period for new objects placed in the specified bucket. Bucket\nsettings require both a mode and a period. The period can be either `Days` or `Years` but you must\nselect one. You cannot specify `Days` and `Years` at the same time.\n","type":"object","properties":{"Mode":{"description":"The default Object Lock retention mode for new\nobjects placed in the specified bucket. Must be used with either `Days` or `Years`.  \n","type":"string","enum":["GOVERNANCE","COMPLIANCE"]},"Days":{"description":"The number of days that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1},"Years":{"description":"The number of years that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1}}}}}}
```

## The PutObjectTaggingOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"PutObjectTaggingOutput":{"type":"object","properties":{}}}}}
```

## The CSVInput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CSVInput":{"type":"object","properties":{"FileHeaderInfo":{"description":"<p>Describes the first line of input. Valid values are:</p> <ul> <li> <p> `NONE`: First line is not a header.</p> </li> <li> <p> `IGNORE`: First line is a header, but you can't use the header values to indicate the column in an expression. You can use column position (such as _1, _2, …) to indicate the column (`SELECT s._1 FROM OBJECT s`).</p> </li> <li> <p> `Use`: First line is a header, and you can use the header value to identify a column in an expression (`SELECT \"name\" FROM OBJECT`). </p> </li> </ul>","type":"string","enum":["USE","IGNORE","NONE"]},"Comments":{"description":"A single character used to indicate that a row should be ignored when the character is present at the start of that row. You can specify any character to indicate a comment line.","type":"string"},"QuoteEscapeCharacter":{"description":"A single character used for escaping the quotation mark character inside an already escaped value. For example, the value \"\"\" a , b \"\"\" is parsed as \" a , b \".","type":"string"},"RecordDelimiter":{"description":"A single character used to separate individual records in the input. Instead of the default value, you can specify an arbitrary delimiter.","type":"string"},"FieldDelimiter":{"description":"A single character used to separate individual fields in a record. You can specify an arbitrary delimiter.","type":"string"},"QuoteCharacter":{"description":"<p>A single character used for escaping when the field delimiter is part of the value. For example, if the value is `a, b`, IONOS Object Storage wraps this field value in quotation marks, as follows: `\" a , b \"`.</p> <p>Type: String</p> <p>Default: `\"` </p> <p>Ancestors: `CSV` </p>","type":"string"},"AllowQuotedRecordDelimiter":{"description":"Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.","type":"boolean"}},"description":"Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted."}}}}
```

## The CSVOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CSVOutput":{"description":"Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.","type":"object","properties":{"QuoteFields":{"description":"<p>Indicates whether to use quotation marks around output fields. </p> <ul> <li> <p> `ALWAYS`: Always use quotation marks for output fields.</p> </li> <li> <p> `ASNEEDED`: Use quotation marks for output fields when needed.</p> </li> </ul>","type":"string","enum":["ALWAYS","ASNEEDED"]},"QuoteEscapeCharacter":{"description":"The single character used for escaping the quote character inside an already escaped value.","type":"string"},"RecordDelimiter":{"description":"A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.","type":"string"},"FieldDelimiter":{"description":"The value used to separate individual fields in a record. You can specify an arbitrary delimiter."},"QuoteCharacter":{"description":"A single character used for escaping when the field delimiter is part of the value. For example, if the value is `a, b`, IONOS Object Storage wraps this field value in quotation marks, as follows: `\" a , b \"`.","type":"string"}}}}}}
```

## The JSONOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"JSONOutput":{"type":"object","properties":{"RecordDelimiter":{"description":"The value used to separate individual records in the output. If no value is specified, IONOS Object Storage uses a newline character ('\\n').","type":"string"}},"description":"Specifies JSON as request's output serialization format."}}}}
```

## The UploadPartOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"UploadPartOutput":{"type":"object","properties":{}}}}}
```

## The UploadPartCopyOutput object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"UploadPartCopyOutput":{"type":"object","properties":{"CopyPartResult":{"$ref":"#/components/schemas/CopyPartResult"}}},"CopyPartResult":{"description":"Container for all response elements.","type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"LastModified":{"$ref":"#/components/schemas/LastModified"}}},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The AbortIncompleteMultipartUpload object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AbortIncompleteMultipartUpload":{"description":"Specifies the days since the initiation of an incomplete multipart upload that IONOS Object Storage will wait before permanently removing all parts of the upload.","type":"object","properties":{"DaysAfterInitiation":{"description":"Specifies the number of days after which IONOS Object Storage aborts an incomplete multipart upload.","type":"integer"}}}}}}
```

## The BucketName object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}}}}}
```

## The ObjectKey object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The MultipartUploadId object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MultipartUploadId":{"description":"ID of the multipart upload.","type":"string"}}}}
```

## The AllowedHeader object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedHeader":{"type":"string"}}}}
```

## The AllowedHeaders object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedHeaders":{"type":"array","description":"Headers that are specified in the `Access-Control-Request-Headers` header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, IONOS Object Storage returns any requested headers that are allowed.","items":{"$ref":"#/components/schemas/AllowedHeader"},"xml":{"wrapped":false}},"AllowedHeader":{"type":"string"}}}}
```

## The AllowedMethod object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedMethod":{"type":"string","xml":{"name":"AllowedMethod"}}}}}
```

## The AllowedMethods object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedMethods":{"type":"array","description":"An HTTP method that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.","items":{"$ref":"#/components/schemas/AllowedMethod"},"xml":{"wrapped":false}},"AllowedMethod":{"type":"string","xml":{"name":"AllowedMethod"}}}}}
```

## The AllowedOrigin object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedOrigin":{"type":"string","xml":{"name":"AllowedOrigin"}}}}}
```

## The AllowedOrigins object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"AllowedOrigins":{"type":"array","description":"One or more origins you want customers to be able to access the bucket from.","items":{"$ref":"#/components/schemas/AllowedOrigin"},"xml":{"wrapped":false}},"AllowedOrigin":{"type":"string","xml":{"name":"AllowedOrigin"}}}}}
```

## The Prefix object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The Tag object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Tag":{"type":"object","required":["Key","Value"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"Value":{"description":"Value of the tag.","type":"string"}},"description":"A container of a key value name pair."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The Bucket object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Bucket":{"type":"object","properties":{"Name":{"$ref":"#/components/schemas/BucketName"},"CreationDate":{"$ref":"#/components/schemas/CreationDate"}},"description":"A bucket in object storage is a flat container used to store an unlimited number of objects (files).","xml":{"name":"Bucket"}},"BucketName":{"description":"The bucket name.","type":"string","minLength":3,"maxLength":63,"xml":{"name":"Name"}},"CreationDate":{"type":"string","format":"date-time","description":"Represents the UTC date and time of bucket creation.","xml":{"name":"CreationDate"}}}}}
```

## The CreationDate object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CreationDate":{"type":"string","format":"date-time","description":"Represents the UTC date and time of bucket creation.","xml":{"name":"CreationDate"}}}}}
```

## The ID object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}}}}}
```

## The ExposeHeaders object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ExposeHeaders":{"type":"array","description":"One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).","items":{"$ref":"#/components/schemas/ExposeHeader"},"xml":{"wrapped":false}},"ExposeHeader":{"type":"string","xml":{"name":"ExposeHeader"}}}}}
```

## The MaxAgeSeconds object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MaxAgeSeconds":{"description":"The time in seconds that your browser is to cache the preflight response for the specified resource.","type":"integer"}}}}
```

## The CORSRule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CORSRule":{"description":"Specifies a cross-origin access rule for an IONOS Object Storage bucket.","type":"object","required":["AllowedMethods","AllowedOrigins"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"AllowedHeaders":{"$ref":"#/components/schemas/AllowedHeaders"},"AllowedMethods":{"$ref":"#/components/schemas/AllowedMethods"},"AllowedOrigins":{"$ref":"#/components/schemas/AllowedOrigins"},"ExposeHeaders":{"$ref":"#/components/schemas/ExposeHeaders"},"MaxAgeSeconds":{"$ref":"#/components/schemas/MaxAgeSeconds"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"AllowedHeaders":{"type":"array","description":"Headers that are specified in the `Access-Control-Request-Headers` header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, IONOS Object Storage returns any requested headers that are allowed.","items":{"$ref":"#/components/schemas/AllowedHeader"},"xml":{"wrapped":false}},"AllowedHeader":{"type":"string"},"AllowedMethods":{"type":"array","description":"An HTTP method that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.","items":{"$ref":"#/components/schemas/AllowedMethod"},"xml":{"wrapped":false}},"AllowedMethod":{"type":"string","xml":{"name":"AllowedMethod"}},"AllowedOrigins":{"type":"array","description":"One or more origins you want customers to be able to access the bucket from.","items":{"$ref":"#/components/schemas/AllowedOrigin"},"xml":{"wrapped":false}},"AllowedOrigin":{"type":"string","xml":{"name":"AllowedOrigin"}},"ExposeHeaders":{"type":"array","description":"One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).","items":{"$ref":"#/components/schemas/ExposeHeader"},"xml":{"wrapped":false}},"ExposeHeader":{"type":"string","xml":{"name":"ExposeHeader"}},"MaxAgeSeconds":{"description":"The time in seconds that your browser is to cache the preflight response for the specified resource.","type":"integer"}}}}
```

## The CommonPrefix object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The CommonPrefixList object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CommonPrefixList":{"description":"All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.","type":"array","items":{"$ref":"#/components/schemas/CommonPrefix"},"xml":{"wrapped":false}},"CommonPrefix":{"description":"Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is `notes/` and the delimiter is a slash (`/``) as in `notes/summer/july``, the common prefix is `notes/summer/``.","type":"object","properties":{"Prefix":{"$ref":"#/components/schemas/Prefix"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The ETag object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"}}}}
```

## The ServerSideEncryption object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The PartNumber object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"PartNumber":{"description":"Part number that identifies the part.","type":"integer","minimum":1,"maximum":10000}}}}
```

## The CompletedPart object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CompletedPart":{"type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"PartNumber":{"$ref":"#/components/schemas/PartNumber"}},"description":"Details of the parts that were uploaded."},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"PartNumber":{"description":"Part number that identifies the part.","type":"integer","minimum":1,"maximum":10000}}}}
```

## The HttpErrorCodeReturnedEquals object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"HttpErrorCodeReturnedEquals":{"description":"The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element `Condition` is specified and sibling `KeyPrefixEquals` is not specified. If both are specified, then both must be true for the redirect to be applied.","type":"string"}}}}
```

## The KeyPrefixEquals object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"KeyPrefixEquals":{"description":"<p>The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html`, the key prefix will be `ExamplePage.html`. To redirect request for all pages with the prefix `docs/`, the key prefix will be `/docs`, which identifies all objects in the `docs/` folder. Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.</p> </important>","type":"string"}}}}
```

## The CopyObjectResult object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CopyObjectResult":{"type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"LastModified":{"$ref":"#/components/schemas/LastModified"}},"description":"Container for all response elements."},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The StorageClass object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The LastModified object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The CopyPartResult object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"CopyPartResult":{"description":"Container for all response elements.","type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"LastModified":{"$ref":"#/components/schemas/LastModified"}}},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The DefaultRetention object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DefaultRetention":{"description":"The default Object Lock retention mode and period for new objects placed in the specified bucket. Bucket\nsettings require both a mode and a period. The period can be either `Days` or `Years` but you must\nselect one. You cannot specify `Days` and `Years` at the same time.\n","type":"object","properties":{"Mode":{"description":"The default Object Lock retention mode for new\nobjects placed in the specified bucket. Must be used with either `Days` or `Years`.  \n","type":"string","enum":["GOVERNANCE","COMPLIANCE"]},"Days":{"description":"The number of days that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1},"Years":{"description":"The number of years that you want to specify for the default retention period. Must be used with `Mode`.","type":"integer","minimum":1}}}}}}
```

## The DeleteMarkerEntry object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeleteMarkerEntry":{"description":"Information about the delete marker.","type":"object","properties":{"Owner":{"$ref":"#/components/schemas/Owner"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of the Deletion Marker","type":"string"},"IsLatest":{"description":"Specifies whether the object is (true) or is not (false) the latest version of an object.","type":"boolean"},"LastModified":{"$ref":"#/components/schemas/LastModified"}}},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"}}}}
```

## The DeleteMarkerVersionId object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeleteMarkerVersionId":{"type":"string"}}}}
```

## The Errors object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Errors":{"type":"array","items":{"$ref":"#/components/schemas/DeletionError"},"xml":{"wrapped":false}},"DeletionError":{"type":"object","description":"Container for all error elements.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"The version ID of the object.","type":"string"},"Code":{"type":"string"},"Message":{"type":"string"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The DeletedObject object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeletedObject":{"type":"object","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of the deleted object","type":"string"},"DeleteMarker":{"description":"Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker. In a simple DELETE, this header indicates whether (true) or not (false) a delete marker was created.","type":"boolean"},"DeleteMarkerVersionId":{"description":"The version ID of the delete marker created as a result of the DELETE operation. If you delete a specific object version, the value returned by this header is the version ID of the object version deleted.","type":"string"}},"description":"Information about the deleted object."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The Delimiter object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Delimiter":{"type":"string"}}}}
```

## The Destination object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Destination":{"description":"A container for information about the replication destination.\n","type":"object","required":["Bucket"],"properties":{"Bucket":{"description":"Use the same \"Bucket\" value formatting as in the S3 API specification, that is, `arn:aws:s3:::{Bucket}`.\n","type":"string","minLength":3,"maxLength":63},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The DisplayName object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The EncodingType object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"EncodingType":{"type":"string","enum":["url"],"description":"Encoding type used by IONOS Object Storage to encode object key names\nin the XML response. If you specify encoding-type request\nparameter, IONOS Object Storage includes this element in the response, and\nreturns encoded key name values in the following response\nelements: `KeyMarker`, `NextKeyMarker`, `Prefix`,\n`Key`, and `Delimiter`.\n"}}}}
```

## The Encryption object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Encryption":{"type":"object","required":["EncryptionType"],"properties":{"EncryptionType":{"description":"The server-side encryption algorithm used when storing job results in IONOS Object Storage (AES256).","type":"string","enum":["AES256"]}}}}}}
```

## The DeletionError object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"DeletionError":{"type":"object","description":"Container for all error elements.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"The version ID of the object.","type":"string"},"Code":{"type":"string"},"Message":{"type":"string"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The Error object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Error":{"type":"object","description":"Container for all error elements.","properties":{"Code":{"type":"string","enum":["AccessDenied","AccountProblem","AmbiguousGrantByEmailAddress","BadDigest","BucketAlreadyExists","BucketAlreadyOwnedByYou","BucketNotEmpty","CrossLocationLoggingProhibited","EntityTooSmall","EntityTooLarge","IllegalVersioningConfigurationException","IncorrectNumberOfFilesInPostRequest","InternalError","InvalidAccessKeyId","InvalidArgument","InvalidBucketName","InvalidBucketState","InvalidDigest","InvalidEncryptionAlgorithmError","InvalidLocationConstraint","InvalidObjectState","InvalidPart","InvalidPartOrder","InvalidPolicyDocument","InvalidRange","InvalidRequest","InvalidSecurity","InvalidTargetBucketForLogging","InvalidURI","KeyTooLong","MalformedACLError","MalformedPOSTRequest","MalformedXML","MaxMessageLengthExceeded","MaxPostPreDataLengthExceededError","MetadataTooLarge","MethodNotAllowed","MissingContentLength","MissingSecurityHeader","NoSuchBucket","NoSuchBucketPolicy","NoSuchKey","NoSuchLifecycleConfiguration","NoSuchReplicationConfiguration","NoSuchUpload","NoSuchVersion","NotImplemented","PermanentRedirect","PreconditionFailed","Redirect","RestoreAlreadyInProgress","RequestIsNotMultiPartContent","RequestTimeout","RequestTimeTooSkewed","SignatureDoesNotMatch","ServiceUnavailable","SlowDown","TemporaryRedirect","TooManyBuckets","UnexpectedContent","UnresolvableGrantByEmailAddress","UserKeyMustBeSpecified"],"description":"The error code is a string that uniquely identifies an error\ncondition. It is meant to be read and understood by programs\nthat detect and handle errors by type.\n\n## IONOS Object Storage error codes\n- AccessDenied\n  - Description: Access Denied\n  - HTTPStatus Code: 403 Forbidden\n- AccountProblem\n  - Description: There is a problem with your IONOS Object Storage account that prevents the operation from completing successfully. Contact IONOS for further assistance.\n  - HTTP Status Code: 403 Forbidden\n- AmbiguousGrantByEmailAddress\n  - Description: The email address you provided is associated with more than one account.\n  - HTTP Status Code: 400 Bad Request\n- BadDigest\n  - Description: The Content-MD5 you specified did not match what we received.\n  - HTTP Status Code: 400 Bad Request\n- BucketAlreadyExists\n  - Description: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.\n  - HTTP Status Code: 409 Conflict\n- BucketAlreadyOwnedByYou\n  - Description: The bucket you tried to create already exists, and you own it.\n  - HTTP Code: 409 Conflict\n- BucketNotEmpty\n  - Description: The bucket you tried to delete is not empty.\n  - HTTP Status Code: 409 Conflict\n- CrossLocationLoggingProhibited\n  - Description: Cross-location logging not allowed. Buckets in one geographic location cannot log information to a bucket in another location.\n  - HTTP Status Code: 403 Forbidden\n- EntityTooSmall\n  - Description: Your proposed upload is smaller than the minimum allowed object size.\n  - HTTP Status Code: 400 Bad Request\n- EntityTooLarge\n  - Description: Your proposed upload exceeds the maximum allowed object size.\n  - HTTP Status Code: 400 Bad Request\n- IllegalVersioningConfigurationException\n  - Description: Indicates that the versioning configuration specified in the request is invalid.\n  - HTTP Status Code: 400 Bad Request\n- IncorrectNumberOfFilesInPostRequest\n  - Description: POST requires exactly one file upload per request.\n  - HTTP Status Code: 400 Bad Request\n- InternalError\n  - Description: We encountered an internal error. Please try again.\n  - HTTP Status Code: 500 Internal Server Error \n- InvalidAccessKeyId\n  - Description: The IONOS Object Storage access key ID you provided does not exist in our records.\n  - HTTP Status Code: 403 Forbidden\n- InvalidArgument\n  - Description: Invalid Argument\n  - HTTP Status Code: 400 Bad Request\n- InvalidBucketName\n  - Description: The specified bucket is not valid.\n  - HTTP Status Code: 400 Bad Request\n- InvalidBucketState\n  - Description: The request is not valid with the current state of the bucket.\n  - HTTP Status Code: 409 Conflict\n- InvalidDigest\n  - Description: The Content-MD5 you specified is not valid.\n  - HTTP Status Code: 400 Bad Request\n- InvalidEncryptionAlgorithmError\n  - Description: The encryption request you specified is not valid. The valid value is AES256.\n  - HTTP Status Code: 400 Bad Request\n- InvalidLocationConstraint\n  - HTTP Status Code: 400 Bad Request\n- InvalidObjectState\n  - Description: The operation is not valid for the current state of the object.\n  - HTTP Status Code: 403 Forbidden\n- InvalidPart\n  - Description: One or more of the specified parts could not be found. The part might not have been uploaded, or the specified entity tag might not have matched the part's entity tag.\n  - HTTP Status Code: 400 Bad Request\n- InvalidPartOrder\n  - Description: The list of parts was not in ascending order. Parts list must be specified in order by part number.\n  - HTTP Status Code: 400 Bad Request\n- InvalidPolicyDocument\n  - Description: The content of the form does not meet the conditions specified in the policy document.\n  - HTTP Status Code: 400 Bad Request\n- InvalidRange\n  - Description: The requested range cannot be satisfied.\n  - HTTP Status Code: 416 Requested Range Not Satisfiable\n- InvalidRequest\n  - Description: Please use `AWS4-HMAC-SHA256`.\n  - HTTP Status Code: 400 Bad Request\n- InvalidSecurity\n  - Description: The provided security credentials are not valid.\n  - HTTP Status Code: 403 Forbidden\n- InvalidTargetBucketForLogging\n  - Description: The target bucket for logging does not exist, is not owned by you, or does not have the appropriate grants for the log-delivery group.\n  - Status Code: 400 Bad Request\n- InvalidURI\n  - Description: Couldn't parse the specified URI.\n  - HTTP Status Code: 400 Bad Request\n- KeyTooLong\n  - Description: Your key is too long.\n  - HTTP Status Code: 400 Bad Request\n- MalformedACLError\n  - Description: The XML you provided was not well-formed or did not validate against our published schema.\n  - HTTP Status Code: 400 Bad Request\n- MalformedPOSTRequest\n  - Description: The body of your POST request is not well-formed multipart/form-data.\n  - HTTP Status Code: 400 Bad Request\n- MalformedXML\n  - Description: This happens when the user sends malformed XML (XML that doesn't conform to the published XSD) for the configuration. The error message is, \"The XML you provided was not well-formed or did not validate against our published schema.\"\n  - HTTP Status Code: 400 Bad Request\n- MaxMessageLengthExceeded\n  - Description: Your request was too big.\n  - HTTP Status Code: 400 Bad Request\n- MaxPostPreDataLengthExceededError\n  - Description: Your POST request fields preceding the upload file were too large.\n  - HTTP Status Code: 400 Bad Request\n- MetadataTooLarge\n  - Description: Your metadata headers exceed the maximum allowed metadata size.\n  - HTTP Status Code: 400 Bad Request\n- MethodNotAllowed\n  - Description: The specified method is not allowed against this resource.\n  - HTTP Status Code: 405 Method Not Allowed\n- MissingContentLength\n  - Description: You must provide the Content-Length HTTP header.\n  - HTTP Status Code: 411 Length Required\n- MissingSecurityHeader\n  - Description: Your request is missing a required header.\n  - HTTP Status Code: 400 Bad Request\n- NoSuchBucket\n  - Description: The specified bucket does not exist.\n  - HTTP Status Code: 404 Not Found\n- NoSuchBucketPolicy\n  - Description: The specified bucket does not have a bucket policy.\n  - HTTP Status Code: 404 Not Found\n- NoSuchKey\n  - Description: The specified key does not exist.\n  - HTTP Status Code:404 Not Found\n- NoSuchLifecycleConfiguration\n  - Description: The lifecycle configuration does not exist.\n  - HTTP Status Code: 404 Not Found\n- NoSuchReplicationConfiguration\n  - Description: The replication configuration does not exist.\n  - HTTP Status Code: 404 Not Found\n- NoSuchUpload\n  - Description: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed.\n  - HTTP Status Code: 404 Not Found\n- NoSuchVersion\n  - Description: Indicates that the version ID specified in the request does not match an existing version.\n  - HTTP Status Code: 404 Not Found\n- NotImplemented\n  - Description: A header you provided implies functionality that is not implemented.\n  - HTTP Status Code: 501 Not Implemented\n- PermanentRedirect\n  - Description: The bucket you are attempting to access must be addressed using the specified endpoint. Send all future requests to this endpoint.\n  - HTTP Status Code: 301 Moved Permanently\n- PreconditionFailed\n  - Description: At least one of the preconditions you specified did not hold.\n  - HTTP Status Code: 412 Precondition Failed\n- Redirect\n  - Description: Temporary redirect.\n  - HTTP Status Code: 307 Moved Temporarily\n- RestoreAlreadyInProgress\n  - Description: Object restore is already in progress.\n  - HTTP Status Code: 409 Conflict\n- RequestIsNotMultiPartContent\n  - Description: Bucket POST must be of the enclosure-type multipart/form-data.\n  - HTTP Status Code: 400 Bad Request\n- RequestTimeout\n  - Description: Your socket connection to the server was not read from or written to within the timeout period.\n  - HTTP Status Code: 400 Bad Request\n- RequestTimeTooSkewed\n  - Description: The difference between the request time and the server's time is too large.\n  - HTTP Status Code: 403 Forbidden\n- SignatureDoesNotMatch\n  - HTTP Status Code: 403 Forbidden\n- ServiceUnavailable\n  - Description: Reduce your request rate.\n  - HTTP Status Code: 503 Service Unavailable\n- SlowDown\n  - Description: Reduce your request rate.\n  - HTTP Status Code: 503 Slow Down\n- TemporaryRedirect\n  - Description: You are being redirected to the bucket while DNS updates.\n  - HTTP Status Code: 307 Moved Temporarily\n- TooManyBuckets\n  - Description: You have attempted to create more buckets than allowed.\n  - HTTP Status Code: 400 Bad Request\n- UnexpectedContent\n  - Description: This request does not support content.\n  - HTTP Status Code: 400 Bad Request\n- UnresolvableGrantByEmailAddress\n  - Description: The email address you provided does not match any account on record.\n  - HTTP Status Code: 400 Bad Request\n- UserKeyMustBeSpecified\n  - Description: The bucket POST must contain the specified field name. If it is specified, check the order of the fields.\n  - HTTP Status Code: 400 Bad Request\n"},"Message":{"type":"string","description":"Gives a brief English description of the issue."},"RequestId":{"type":"string"},"HostId":{"type":"string"}},"xml":{"name":"Error"}}}}}
```

## The ExpirationStatus object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ExpirationStatus":{"description":"If `Enabled`, the rule is currently being applied. If `Disabled`, the rule is not currently being applied.","type":"string","enum":["Enabled","Disabled"]}}}}
```

## The ExpiredObjectDeleteMarker object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ExpiredObjectDeleteMarker":{"description":"Indicates whether IONOS Object Storage will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no operation. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.","type":"boolean"}}}}
```

## The ExposeHeader object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ExposeHeader":{"type":"string","xml":{"name":"ExposeHeader"}}}}}
```

## The Expression object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Expression":{"type":"string"}}}}
```

## The ExpressionType object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ExpressionType":{"type":"string","enum":["SQL"]}}}}
```

## The ServerSideEncryptionConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ServerSideEncryptionConfiguration":{"type":"object","required":["Rules"],"properties":{"Rules":{"$ref":"#/components/schemas/ServerSideEncryptionRules"}},"description":"Specifies the default server-side-encryption configuration."},"ServerSideEncryptionRules":{"type":"array","items":{"$ref":"#/components/schemas/ServerSideEncryptionRule"},"xml":{"wrapped":false}},"ServerSideEncryptionRule":{"type":"object","properties":{"ApplyServerSideEncryptionByDefault":{"$ref":"#/components/schemas/ServerSideEncryptionByDefault"}},"description":"Specifies the default server-side encryption configuration."},"ServerSideEncryptionByDefault":{"type":"object","required":["SSEAlgorithm"],"properties":{"SSEAlgorithm":{"$ref":"#/components/schemas/ServerSideEncryption"}},"description":"Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied."},"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The PolicyStatus object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"PolicyStatus":{"description":"The container element for a bucket's policy status.","type":"object","properties":{"IsPublic":{"$ref":"#/components/schemas/IsPublic"}}},"IsPublic":{"description":"The policy status for this bucket:\n- `true` indicates that this bucket is public.\n- `false` indicates that this bucket is private.\n","type":"boolean"}}}}
```

## The ReplicationConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ReplicationConfiguration":{"type":"object","required":["Role","Rules"],"properties":{"Role":{"description":"The Resource Name of the Identity and Access Management (IAM) role that IONOS Object Storage assumes when replicating objects.","type":"string"},"Rules":{"allOf":[{"$ref":"#/components/schemas/ReplicationRules"},{"xml":{"name":"Rule"},"description":"A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules. "}]}},"description":"A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB."},"ReplicationRules":{"type":"array","items":{"$ref":"#/components/schemas/ReplicationRule"},"xml":{"wrapped":false}},"ReplicationRule":{"description":"Specifies which IONOS Object Storage objects to replicate and where to store the replicas.","type":"object","required":["Status","Destination"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"Prefix":{"description":"An object key name prefix that identifies the subset of objects to which the rule applies.\nReplace the Object keys containing special characters, such as carriage returns, when using XML requests.\n","type":"string"},"Status":{"description":"Specifies whether the rule is enabled.","type":"string","enum":["Enabled","Disabled"]},"Destination":{"$ref":"#/components/schemas/Destination"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"Destination":{"description":"A container for information about the replication destination.\n","type":"object","required":["Bucket"],"properties":{"Bucket":{"description":"Use the same \"Bucket\" value formatting as in the S3 API specification, that is, `arn:aws:s3:::{Bucket}`.\n","type":"string","minLength":3,"maxLength":63},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The MfaDeleteStatus object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MfaDeleteStatus":{"description":"Specifies status of the Multi-factor Authentication delete (MFA Delete) for the bucket versioning configuration.\nCurrently, this feature is not supported for the `PutBucketVersioning` API call.\n","type":"string","enum":["Disabled"]}}}}
```

## The ObjectLegalHoldConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectLegalHoldConfiguration":{"description":"A Legal Hold configuration for an object.","type":"object","properties":{"Status":{"description":"Object Legal Hold status","type":"string","enum":["ON","OFF"]}},"xml":{"name":"LegalHold","namespace":"http://s3.amazonaws.com/doc/2006-03-01/"}}}}}
```

## The ObjectLockRetention object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectLockRetention":{"description":"A Retention configuration for an object.","type":"object","properties":{"Mode":{"description":"Indicates the Retention mode for the specified object.","type":"string","enum":["GOVERNANCE","COMPLIANCE"]},"RetainUntilDate":{"description":"The date on which this Object Lock Retention will expire.","type":"string","format":"date"}}}}}}
```

## The Initiator object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Initiator":{"description":"Container element that identifies who initiated the multipart upload.","type":"object","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The InputSerialization object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"InputSerialization":{"description":"Describes the serialization format of the object.","type":"object","properties":{"CSV":{"$ref":"#/components/schemas/CSVInput"},"CompressionType":{"description":"Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.","type":"string","enum":["NONE","GZIP","BZIP2"]},"JSON":{"description":"Specifies JSON as object's input serialization format.","type":"object","properties":{"Type":{"description":"Specifies JSON as object's input serialization format.","type":"string","enum":["DOCUMENT","LINES"]}}},"Parquet":{"description":"Specifies Parquet as object's input serialization format.","type":"object","properties":{}}}},"CSVInput":{"type":"object","properties":{"FileHeaderInfo":{"description":"<p>Describes the first line of input. Valid values are:</p> <ul> <li> <p> `NONE`: First line is not a header.</p> </li> <li> <p> `IGNORE`: First line is a header, but you can't use the header values to indicate the column in an expression. You can use column position (such as _1, _2, …) to indicate the column (`SELECT s._1 FROM OBJECT s`).</p> </li> <li> <p> `Use`: First line is a header, and you can use the header value to identify a column in an expression (`SELECT \"name\" FROM OBJECT`). </p> </li> </ul>","type":"string","enum":["USE","IGNORE","NONE"]},"Comments":{"description":"A single character used to indicate that a row should be ignored when the character is present at the start of that row. You can specify any character to indicate a comment line.","type":"string"},"QuoteEscapeCharacter":{"description":"A single character used for escaping the quotation mark character inside an already escaped value. For example, the value \"\"\" a , b \"\"\" is parsed as \" a , b \".","type":"string"},"RecordDelimiter":{"description":"A single character used to separate individual records in the input. Instead of the default value, you can specify an arbitrary delimiter.","type":"string"},"FieldDelimiter":{"description":"A single character used to separate individual fields in a record. You can specify an arbitrary delimiter.","type":"string"},"QuoteCharacter":{"description":"<p>A single character used for escaping when the field delimiter is part of the value. For example, if the value is `a, b`, IONOS Object Storage wraps this field value in quotation marks, as follows: `\" a , b \"`.</p> <p>Type: String</p> <p>Default: `\"` </p> <p>Ancestors: `CSV` </p>","type":"string"},"AllowQuotedRecordDelimiter":{"description":"Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.","type":"boolean"}},"description":"Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted."}}}}
```

## The IsPublic object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"IsPublic":{"description":"The policy status for this bucket:\n- `true` indicates that this bucket is public.\n- `false` indicates that this bucket is private.\n","type":"boolean"}}}}
```

## The IsTruncated object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"IsTruncated":{"type":"boolean","description":"A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.","enum":[true,false]}}}}
```

## The KeyCount object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"KeyCount":{"type":"integer"}}}}
```

## The LifecycleExpiration object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"LifecycleExpiration":{"description":"Specifies when the object expires based on the values defined in the lifecycle configuration.","type":"object","properties":{"Date":{"description":"Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.","type":"string","format":"date-time"},"Days":{"type":"integer","description":"Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer."},"ExpiredObjectDeleteMarker":{"$ref":"#/components/schemas/ExpiredObjectDeleteMarker"}}},"ExpiredObjectDeleteMarker":{"description":"Indicates whether IONOS Object Storage will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no operation. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.","type":"boolean"}}}}
```

## The NoncurrentVersionExpiration object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"NoncurrentVersionExpiration":{"description":"Specifies when noncurrent object versions expire. Upon expiration, IONOS Object Storage permanently deletes the noncurrent object versions. You set this lifecycle configuration operation on a bucket that has versioning enabled (or suspended) to request that IONOS Object Storage delete noncurrent object versions at a specific period in the object's lifetime.","type":"object","properties":{"NoncurrentDays":{"type":"integer","description":"Specifies the number of days an object is noncurrent before IONOS Object Storage can perform the associated operation."}}}}}}
```

## The ObjectVersionList object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectVersionList":{"description":"Container for version information.","type":"array","items":{"$ref":"#/components/schemas/ObjectVersion"},"xml":{"wrapped":false}},"ObjectVersion":{"description":"The version of an object.","type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"Size":{"$ref":"#/components/schemas/Size"},"StorageClass":{"$ref":"#/components/schemas/ObjectVersionStorageClass"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of an object.","type":"string"},"IsLatest":{"description":"Specifies whether the object is (true) or is not (false) the latest version of an object.","type":"boolean"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ObjectVersionStorageClass":{"type":"string","enum":["STANDARD"]},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The MaxKeys object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MaxKeys":{"description":"The maximum number of keys returned in the response. By default the operation returns up to 1000 key names. The response might contain fewer keys but will never contain more.","type":"integer","default":1000,"minimum":1,"maximum":1000}}}}
```

## The Marker object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Marker":{"description":"Indicates where in the bucket listing begins. Marker is included in the response if it was sent with the request.","type":"string"}}}}
```

## The NextMarker object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"NextMarker":{"type":"string","description":"When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. IONOS Object Storage lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMarker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys."}}}}
```

## The ObjectList object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectList":{"type":"array","description":"Metadata about each object returned.","items":{"$ref":"#/components/schemas/Object"},"xml":{"wrapped":false}},"Object":{"type":"object","description":"An object consists of data and its descriptive metadata.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"StorageClass":{"$ref":"#/components/schemas/ObjectStorageClass"},"Size":{"$ref":"#/components/schemas/Size"},"ETag":{"$ref":"#/components/schemas/ETag"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ObjectStorageClass":{"type":"string","enum":["STANDARD"]},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The LocationPrefix object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"LocationPrefix":{"type":"string"}}}}
```

## The MetadataEntry object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MetadataEntry":{"description":"A metadata key-value pair to store with an object.","type":"object","properties":{"Name":{"description":"Name of the Object.","type":"string"},"Value":{"description":"Value of the Object.","type":"string"}}}}}}
```

## The MultipartUpload object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"MultipartUpload":{"description":"Container for the `MultipartUpload` for the IONOS Object Storage object.","type":"object","properties":{"UploadId":{"$ref":"#/components/schemas/MultipartUploadId"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"Initiated":{"description":"Date and time at which the multipart upload was initiated.","type":"string","format":"date-time"},"StorageClass":{"$ref":"#/components/schemas/StorageClass"},"Owner":{"$ref":"#/components/schemas/Owner"},"Initiator":{"$ref":"#/components/schemas/Initiator"}}},"MultipartUploadId":{"description":"ID of the multipart upload.","type":"string"},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}},"Initiator":{"description":"Container element that identifies who initiated the multipart upload.","type":"object","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}}}}}}
```

## The Size object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880}}}}
```

## The ObjectStorageClass object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectStorageClass":{"type":"string","enum":["STANDARD"]}}}}
```

## The Object object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Object":{"type":"object","description":"An object consists of data and its descriptive metadata.","properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"StorageClass":{"$ref":"#/components/schemas/ObjectStorageClass"},"Size":{"$ref":"#/components/schemas/Size"},"ETag":{"$ref":"#/components/schemas/ETag"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ObjectStorageClass":{"type":"string","enum":["STANDARD"]},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The ObjectIdentifier object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectIdentifier":{"type":"object","required":["Key"],"properties":{"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"VersionId for the specific version of the object to delete.","type":"string"}},"description":"Object Identifier is unique value to identify objects."},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024}}}}
```

## The ObjectVersionStorageClass object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectVersionStorageClass":{"type":"string","enum":["STANDARD"]}}}}
```

## The ObjectVersion object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ObjectVersion":{"description":"The version of an object.","type":"object","properties":{"ETag":{"$ref":"#/components/schemas/ETag"},"Size":{"$ref":"#/components/schemas/Size"},"StorageClass":{"$ref":"#/components/schemas/ObjectVersionStorageClass"},"Key":{"$ref":"#/components/schemas/ObjectKey"},"VersionId":{"description":"Version ID of an object.","type":"string"},"IsLatest":{"description":"Specifies whether the object is (true) or is not (false) the latest version of an object.","type":"boolean"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"Owner":{"$ref":"#/components/schemas/Owner"}}},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880},"ObjectVersionStorageClass":{"type":"string","enum":["STANDARD"]},"ObjectKey":{"description":"The object key.","type":"string","minLength":1,"maxLength":1024},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"Owner":{"type":"object","description":"Container for the owner's ID and display name.","properties":{"ID":{"$ref":"#/components/schemas/ID"},"DisplayName":{"$ref":"#/components/schemas/DisplayName"}},"xml":{"name":"Owner"}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"DisplayName":{"type":"string","description":"Container for the display name of the owner.","xml":{"name":"DisplayName"}}}}}
```

## The OutputSerialization object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"OutputSerialization":{"description":"Describes how results of the Select job are serialized.","type":"object","properties":{"CSV":{"$ref":"#/components/schemas/CSVOutput"},"JSON":{"$ref":"#/components/schemas/JSONOutput"}}},"CSVOutput":{"description":"Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.","type":"object","properties":{"QuoteFields":{"description":"<p>Indicates whether to use quotation marks around output fields. </p> <ul> <li> <p> `ALWAYS`: Always use quotation marks for output fields.</p> </li> <li> <p> `ASNEEDED`: Use quotation marks for output fields when needed.</p> </li> </ul>","type":"string","enum":["ALWAYS","ASNEEDED"]},"QuoteEscapeCharacter":{"description":"The single character used for escaping the quote character inside an already escaped value.","type":"string"},"RecordDelimiter":{"description":"A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.","type":"string"},"FieldDelimiter":{"description":"The value used to separate individual fields in a record. You can specify an arbitrary delimiter."},"QuoteCharacter":{"description":"A single character used for escaping when the field delimiter is part of the value. For example, if the value is `a, b`, IONOS Object Storage wraps this field value in quotation marks, as follows: `\" a , b \"`.","type":"string"}}},"JSONOutput":{"type":"object","properties":{"RecordDelimiter":{"description":"The value used to separate individual records in the output. If no value is specified, IONOS Object Storage uses a newline character ('\\n').","type":"string"}},"description":"Specifies JSON as request's output serialization format."}}}}
```

## The Part object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Part":{"description":"Container for elements related to a part.","type":"object","properties":{"PartNumber":{"$ref":"#/components/schemas/PartNumber"},"LastModified":{"$ref":"#/components/schemas/LastModified"},"ETag":{"$ref":"#/components/schemas/ETag"},"Size":{"$ref":"#/components/schemas/Size"}},"xml":{"name":"Part"}},"PartNumber":{"description":"Part number that identifies the part.","type":"integer","minimum":1,"maximum":10000},"LastModified":{"description":"Creation date of the object.","type":"string","format":"date-time"},"ETag":{"description":"Entity tag that identifies the object's data.\nObjects with different object data will have different entity\ntags. The entity tag is an opaque string. The entity tag may or\nmay not be an MD5 digest of the object data. If the entity tag\nis not an MD5 digest of the object data, it will contain one or\nmore nonhexadecimal characters and/or will consist of less than\n32 or more than 32 hexadecimal digits.\n","type":"string"},"Size":{"description":"Size in bytes of the object","type":"integer","minimum":0,"maximum":5497558138880}}}}
```

## The Redirect object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Redirect":{"description":"Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.","type":"object","properties":{"HostName":{"description":"The host name to use in the redirect request.","type":"string"},"HttpRedirectCode":{"description":"The HTTP redirect code to use on the response. Not required if one of the siblings is present.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]},"ReplaceKeyPrefixWith":{"description":"<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a condition block with `KeyPrefixEquals` set to `docs/` and in the Redirect set `ReplaceKeyPrefixWith` to `/documents`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyWith` is not provided.</p> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. </p>","type":"string"},"ReplaceKeyWith":{"description":"The specific object key to use in the redirect request. For example, redirect request to `error.html`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyPrefixWith` is not provided.\nReplacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string"}}}}}}
```

## The ReplicaModificationsStatus object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ReplicaModificationsStatus":{"type":"string","enum":["Enabled","Disabled"]}}}}
```

## The ReplicationRule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ReplicationRule":{"description":"Specifies which IONOS Object Storage objects to replicate and where to store the replicas.","type":"object","required":["Status","Destination"],"properties":{"ID":{"$ref":"#/components/schemas/ID"},"Prefix":{"description":"An object key name prefix that identifies the subset of objects to which the rule applies.\nReplace the Object keys containing special characters, such as carriage returns, when using XML requests.\n","type":"string"},"Status":{"description":"Specifies whether the rule is enabled.","type":"string","enum":["Enabled","Disabled"]},"Destination":{"$ref":"#/components/schemas/Destination"}}},"ID":{"type":"integer","description":"Container for the Contract Number of the owner.","xml":{"name":"ID"}},"Destination":{"description":"A container for information about the replication destination.\n","type":"object","required":["Bucket"],"properties":{"Bucket":{"description":"Use the same \"Bucket\" value formatting as in the S3 API specification, that is, `arn:aws:s3:::{Bucket}`.\n","type":"string","minLength":3,"maxLength":63},"StorageClass":{"$ref":"#/components/schemas/StorageClass"}}},"StorageClass":{"description":"Currently, only one storage class is available – `STANDARD`. \n","type":"string","enum":["STANDARD"]}}}}
```

## The RoutingRule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"RoutingRule":{"description":"Specifies the redirect behavior and when a redirect is applied.","type":"object","required":["Redirect"],"properties":{"Condition":{"description":"A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.","type":"object","properties":{"HttpErrorCodeReturnedEquals":{"$ref":"#/components/schemas/HttpErrorCodeReturnedEquals"},"KeyPrefixEquals":{"$ref":"#/components/schemas/KeyPrefixEquals"}}},"Redirect":{"$ref":"#/components/schemas/Redirect"}},"xml":{"name":"RoutingRule"}},"HttpErrorCodeReturnedEquals":{"description":"The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element `Condition` is specified and sibling `KeyPrefixEquals` is not specified. If both are specified, then both must be true for the redirect to be applied.","type":"string"},"KeyPrefixEquals":{"description":"<p>The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html`, the key prefix will be `ExamplePage.html`. To redirect request for all pages with the prefix `docs/`, the key prefix will be `/docs`, which identifies all objects in the `docs/` folder. Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.</p> </important>","type":"string"},"Redirect":{"description":"Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.","type":"object","properties":{"HostName":{"description":"The host name to use in the redirect request.","type":"string"},"HttpRedirectCode":{"description":"The HTTP redirect code to use on the response. Not required if one of the siblings is present.","type":"string"},"Protocol":{"description":"Protocol to use when redirecting requests. The default is the protocol that is used in the original request.","type":"string","enum":["http","https"]},"ReplaceKeyPrefixWith":{"description":"<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a condition block with `KeyPrefixEquals` set to `docs/` and in the Redirect set `ReplaceKeyPrefixWith` to `/documents`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyWith` is not provided.</p> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. </p>","type":"string"},"ReplaceKeyWith":{"description":"The specific object key to use in the redirect request. For example, redirect request to `error.html`. Not required if one of the siblings is present. Can be present only if `ReplaceKeyPrefixWith` is not provided.\nReplacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string"}}}}}}
```

## The Rule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Rule":{"description":"Specifies lifecycle rules for an IONOS Object Storage bucket.","type":"object","required":["Prefix","Status"],"properties":{"ID":{"type":"string","minLength":1,"maxLength":255,"description":"Unique identifier for the rule. The value can't be longer than 255 characters."},"Prefix":{"$ref":"#/components/schemas/Prefix"},"Status":{"$ref":"#/components/schemas/ExpirationStatus"},"Expiration":{"$ref":"#/components/schemas/LifecycleExpiration"},"NoncurrentVersionExpiration":{"$ref":"#/components/schemas/NoncurrentVersionExpiration"},"AbortIncompleteMultipartUpload":{"$ref":"#/components/schemas/AbortIncompleteMultipartUpload"}}},"Prefix":{"description":"Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests.","type":"string","minLength":1,"maxLength":1024},"ExpirationStatus":{"description":"If `Enabled`, the rule is currently being applied. If `Disabled`, the rule is not currently being applied.","type":"string","enum":["Enabled","Disabled"]},"LifecycleExpiration":{"description":"Specifies when the object expires based on the values defined in the lifecycle configuration.","type":"object","properties":{"Date":{"description":"Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.","type":"string","format":"date-time"},"Days":{"type":"integer","description":"Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer."},"ExpiredObjectDeleteMarker":{"$ref":"#/components/schemas/ExpiredObjectDeleteMarker"}}},"ExpiredObjectDeleteMarker":{"description":"Indicates whether IONOS Object Storage will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no operation. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.","type":"boolean"},"NoncurrentVersionExpiration":{"description":"Specifies when noncurrent object versions expire. Upon expiration, IONOS Object Storage permanently deletes the noncurrent object versions. You set this lifecycle configuration operation on a bucket that has versioning enabled (or suspended) to request that IONOS Object Storage delete noncurrent object versions at a specific period in the object's lifetime.","type":"object","properties":{"NoncurrentDays":{"type":"integer","description":"Specifies the number of days an object is noncurrent before IONOS Object Storage can perform the associated operation."}}},"AbortIncompleteMultipartUpload":{"description":"Specifies the days since the initiation of an incomplete multipart upload that IONOS Object Storage will wait before permanently removing all parts of the upload.","type":"object","properties":{"DaysAfterInitiation":{"description":"Specifies the number of days after which IONOS Object Storage aborts an incomplete multipart upload.","type":"integer"}}}}}}
```

## The ServerSideEncryptionByDefault object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ServerSideEncryptionByDefault":{"type":"object","required":["SSEAlgorithm"],"properties":{"SSEAlgorithm":{"$ref":"#/components/schemas/ServerSideEncryption"}},"description":"Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied."},"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The ServerSideEncryptionRule object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"ServerSideEncryptionRule":{"type":"object","properties":{"ApplyServerSideEncryptionByDefault":{"$ref":"#/components/schemas/ServerSideEncryptionByDefault"}},"description":"Specifies the default server-side encryption configuration."},"ServerSideEncryptionByDefault":{"type":"object","required":["SSEAlgorithm"],"properties":{"SSEAlgorithm":{"$ref":"#/components/schemas/ServerSideEncryption"}},"description":"Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied."},"ServerSideEncryption":{"description":"Server-side encryption algorithm for the default encryption. The valid value is `AES256`.","type":"string","enum":["AES256"]}}}}
```

## The Content-MD5 object

```json
{"openapi":"3.0.3","info":{"title":"IONOS Object Storage API for contract-owned buckets","version":"2.0.3"},"components":{"schemas":{"Content-MD5":{"type":"string","description":"The base64 encoded MD5 digest of the message (without the headers) according to\n[RFC 1864](http://www.ietf.org/rfc/rfc1864.txt).\n"}}}}
```
