Help Posts

Help Post type with same structure as posts

What is the cntb Tool?

What is the cntb tool? cntb is an open source command line interface developed by Contabo that allows you to easily manage Contabo products. This includes the S3 Object Storage. Please follow the instructions below to download and install cntb. How do I configure the cntb tool? To be able to use cntb with your […]

What is the cntb Tool? Read More »

How Can I Control Space Being Used On My Object Storage?

How Can I Control Space Being Used On My Object Storage? With S3-compatible Object Storage in general, you may sometimes find that more space is reported as being used than you actually have. In practice, this happens for the following reasons Aborted multipart uploads Versioning is enabled The next sections cover these topics in more

How Can I Control Space Being Used On My Object Storage? Read More »

Can I Restrict Users to Specific Buckets in Contabo’s Object Storage?

Can I restrict users to specific buckets in Contabo’s Object Storage? You can restrict users to specific buckets to allow a specific user to use one bucket while another bucket should only be accessible to another user. The following describes how to allow access to buckets to a limited number of users. The following assumes

Can I Restrict Users to Specific Buckets in Contabo’s Object Storage? Read More »

Does Contabo Object Storage Support Lifecycle Policies?

Does Contabo Object Storage support lifecycle policies? Contabo’s S3 Object Storage supports S3 lifecycle policies that allow you to automatically delete objects after a certain amount of time. This can be useful for pruning old backups or log files. Be careful when setting up lifecycle policies. They apply to all objects in a bucket and

Does Contabo Object Storage Support Lifecycle Policies? Read More »

How Do I Disable Object Locking on My Object Storage?

How do I disable object locking on my Object Storage? To disable object locking, you can execute the following API: aws –profile eu2 –region default –endpoint-url https://eu2.contabostorage.com s3api put-object-lock-configuration –bucket test-is-lock –object-lock-configuration ‘{ “ObjectLockEnabled”: “Enabled” }’ Details…

How Do I Disable Object Locking on My Object Storage? Read More »

Scroll to Top