Help Posts

Help Post type with same structure as posts

What is the WinSCP Tool?

What is the WinSCP Tool? WinSCP is a free desktop application for Windows which allows user to manage remote files for a wide variety of protocols including S3 compatible Object Storage.  Please follow the installation instructions described here if you’re interested in using the tool. You will need the following information to install the tool: […]

What is the WinSCP Tool? Read More »

What is the s3fs-fuse Tool?

What is the s3fs-fuse tool? Using s3fs-fuse, you can mount a bucket of your S3 compatible Object Storage as a folder on Linux, macOS or FreeBSD machine.  Please follow the installation instructions here if you’re interested in using this tool. If you are using Debian/Ubuntu please perform run the following command to install it instead:

What is the s3fs-fuse Tool? Read More »

What is the Goofys Tool?

What is the Goofys tool? Goofys is another S3 file system tool for Linux and macOS. It provides the same functionality as s3fs-fuse but with better performance.  Please follow the installation instructions described here if you are interested in the tool. You will need the following information to install the tool: access_key secret_key Contabo’s S3

What is the Goofys Tool? Read More »

What is the Cyberduck Tool?

What is the Cyberduck tool? Cyberduck is a free desktop application for MacOS and Windows which allows users to manage remote files for a wide variety of protocols including S3 compatible Object Storage.  Please follow the installation instructions described here. You will need the following information to install Cyberduck: access_key secret_key Contabo’s S3 URL How

What is the Cyberduck Tool? Read More »

What is the AWS CLI Tool?

What is the AWS CLI tool? AWS CLI is a free tool from Amazon that supports S3 compatible Object Storage. It covers nearly all aspects of S3 API management and supports Windows, MacOS and Linux. How do I install the aws cli tool? Please follow the installation instruction as described here. You will need the

What is the AWS CLI Tool? Read More »

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