How to configure CloudBerry Explorer with 5centsCDN Cloud Storage?

CloudBerry Explorer is a software application designed for managing and accessing cloud storage services. It is primarily used to interact with various cloud storage providers, such as Amazon S3, Microsoft Azure, Google Cloud Storage, and many others. CloudBerry Explorer provides a user-friendly interface that allows users to navigate, upload, download, and manage files and folders […]

Read More

How to upload to Cloud Storage using php?

You can use the open source php library PHP OpenStack SDK to upload files to your push zones. The following shows how you can use it with 5centsCDN. Add PHP OpenStack SDK in your project using Composer composer require php-opencloud/openstack Add Guzzle, PHP HTTP Client in your project composer require guzzlehttp/guzzle Download the OpenStack RC […]

Read More

How to download files using Cyberduck?

You can download files using Cyberduck. In this method, you can download multiple files or files inside a folder with just a click. Also, using this method you can upload, delete, create folders, etc. Please follow the steps, Step 1: Download OpenStack RC file from console Login to 5centsCDN control panel. Go to Zones and […]

Read More

How to upload files to OpenStack Swift using curl?

This article explains the steps to upload files to Open Stack Swift using curl. Please follow the steps. The first step is to download the OpenStack RC File from the console.  Login to 5centsCDN console. Go to Zones and select HTTP or VoD push zone. Click the Manage button of your push zone. On the […]

Read More

How to use rclone to copy files to OpenStack?

If you want to upload a large number of files or files in a folder via OpenStack Swift API then you can install and use the rclone. The first step is to install the rclone in your system. For installation, you can refer to this link – Click here Once rclone is installed, you need […]

Read More

How to disable public access to push zone content?

You can disable public access to the push zone content via OpenStack Horizon or API. Please follow the steps. Login to OpenStack Horizon. You can refer to this KB Click the Project option on the left side of the window. Click Containers from Object Store. Click the Container name. Uncheck the option Public Access. How to disable public access through […]

Read More

How to use OpenStack Swift API?

The OpenStack Swift API is fully supported by 5centsCDN for efficient cloud storage management. To quickly set up and utilize this API, follow the steps provided below and start exploring its extensive features: The first step is to prepare the environment to use the OpenStack API. You need to install the open stack and required software in […]

Read More

How to Login and upload files via OpenStack Horizon?

Upload your files to a space that you can access via HTTPS using the OpenStack Swift API, or the S3 API. Objects have a software layer that manages metadata, access permissions, and intelligent behaviors directly at the data level. It is a perfect place to store your static files and use them from your application, […]

Read More