final commit of jun-19

This commit is contained in:
govardhan
2025-06-19 20:19:21 +05:30
parent bf8a451bc6
commit d43218fe31
244 changed files with 1574 additions and 4560 deletions

View File

@ -1,10 +1,10 @@
Bucket sharing using s3 bucket policy on CloudFerro Cloud[🔗](#bucket-sharing-using-s3-bucket-policy-on-brand-name "Permalink to this headline")
Bucket sharing using s3 bucket policy on 3Engines Cloud[🔗](#bucket-sharing-using-s3-bucket-policy-on-brand-name "Permalink to this headline")
===============================================================================================================================================
S3 bucket policy[🔗](#s3-bucket-policy "Permalink to this headline")
-------------------------------------------------------------------
**Ceph** - the Software Defined Storage used in CloudFerro Cloud cloud, providing object storage compatibility with a subset of Amazon S3 API. Bucket policy in Ceph is part of the S3 API and allows for a selective access sharing to object storage buckets between users of different projects, in the same cloud.
**Ceph** - the Software Defined Storage used in 3Engines Cloud cloud, providing object storage compatibility with a subset of Amazon S3 API. Bucket policy in Ceph is part of the S3 API and allows for a selective access sharing to object storage buckets between users of different projects, in the same cloud.
Naming conventions used in this document[🔗](#naming-conventions-used-in-this-document "Permalink to this headline")
-------------------------------------------------------------------------------------------------------------------
@ -40,7 +40,7 @@ Ceph S3 implementation
S3cmd CONFIGURATION[🔗](#s3cmd-configuration "Permalink to this headline")
-------------------------------------------------------------------------
To share bucket using S3 bucket policy you have to configure s3cmd first using this tutorial [How to access private object storage using S3cmd or boto3 on CloudFerro Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-CloudFerro-Cloud.html.md)
To share bucket using S3 bucket policy you have to configure s3cmd first using this tutorial [How to access private object storage using S3cmd or boto3 on 3Engines Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-3Engines-Cloud.html.md)
Declaring bucket policy[🔗](#declaring-bucket-policy "Permalink to this headline")
---------------------------------------------------------------------------------
@ -253,7 +253,7 @@ s3cmd ls s3://MY_SHARED_BUCKET
A Bucket Owner wants to grant read/write access to Bucket Users which access the bucket from specific IP ranges.
(In this case, we are setting AWS to “\*” which will theoretically grant access to every Project in CloudFerro Cloud, then however we are going to filter access to only one IP)
(In this case, we are setting AWS to “\*” which will theoretically grant access to every Project in 3Engines Cloud, then however we are going to filter access to only one IP)
```
{

View File

@ -1,11 +1,11 @@
Configuration files for s3cmd command on CloudFerro Cloud[🔗](#configuration-files-for-s3cmd-command-on-brand-name "Permalink to this headline")
Configuration files for s3cmd command on 3Engines Cloud[🔗](#configuration-files-for-s3cmd-command-on-brand-name "Permalink to this headline")
===============================================================================================================================================
[s3cmd](https://github.com/s3tools/s3cmd) can access remote data using the S3 protocol. This includes **EODATA** repository and object storage on the CloudFerro Cloud cloud.
[s3cmd](https://github.com/s3tools/s3cmd) can access remote data using the S3 protocol. This includes **EODATA** repository and object storage on the 3Engines Cloud cloud.
To connect to S3 storage, **s3cmd** uses several parameters, such as an access key, secret key, S3 endpoint, and others. During configuration, you can enter this data interactively, and the command saves it into a configuration file. This file can then be passed to **s3cmd** when issuing commands using the connection described within.
If you want to use multiple connections from a single virtual machine (such as connecting both to the **EODATA** repository and to object storage on CloudFerro Cloud cloud), you can create and store multiple configuration files — one per connection.
If you want to use multiple connections from a single virtual machine (such as connecting both to the **EODATA** repository and to object storage on 3Engines Cloud cloud), you can create and store multiple configuration files — one per connection.
This article provides examples of how to create and save these configuration files under various circumstances and describes some potential problems you may encounter.

View File

@ -1,4 +1,4 @@
How to Install Boto3 in Windows on CloudFerro Cloud[🔗](#how-to-install-boto3-in-windows-on-brand-name "Permalink to this headline")
How to Install Boto3 in Windows on 3Engines Cloud[🔗](#how-to-install-boto3-in-windows-on-brand-name "Permalink to this headline")
===================================================================================================================================
**boto3** library for Python serves for listing and downloading items from specified bucket or repository. In this article, you will install it in a Windows system.
@ -8,15 +8,15 @@ Step 1 Ensure That Python3 is Preinstalled[🔗](#step-1-ensure-that-python3-is-
**On a Desktop Windows System**
To run **boto3**, you need to have Python preinstalled. If you are running Windows on a desktop computer, the first step of this article shows how to do it: [How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](../openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md).
To run **boto3**, you need to have Python preinstalled. If you are running Windows on a desktop computer, the first step of this article shows how to do it: [How to install OpenStackClient GitBash for Windows on 3Engines Cloud](../openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-3Engines-Cloud.html.md).
**On a Virtual Machine Running in CloudFerro Cloud Cloud**
**On a Virtual Machine Running in 3Engines Cloud Cloud**
Virtual machines created in the CloudFerro Cloud cloud will have Python3 already preinstalled. If you want to spawn your own Windows VM, two steps will be involved:
Virtual machines created in the 3Engines Cloud cloud will have Python3 already preinstalled. If you want to spawn your own Windows VM, two steps will be involved:
1. Log into your CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
1. Log into your 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
2. Use or create a new instance in the cloud. See article: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on CloudFerro Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-CloudFerro-Cloud.html.md).
2. Use or create a new instance in the cloud. See article: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on 3Engines Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-3Engines-Cloud.html.md).
Step 2 Install boto3 on Windows[🔗](#step-2-install-boto3-on-windows "Permalink to this headline")
-------------------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
How to access object storage from CloudFerro Cloud using boto3[🔗](#how-to-access-object-storage-from-brand-name-using-boto3 "Permalink to this headline")
How to access object storage from 3Engines Cloud using boto3[🔗](#how-to-access-object-storage-from-brand-name-using-boto3 "Permalink to this headline")
=========================================================================================================================================================
In this article, you will learn how to access object storage from CloudFerro Cloud using Python library **boto3**.
In this article, you will learn how to access object storage from 3Engines Cloud using Python library **boto3**.
What We Are Going To Cover

View File

@ -1,7 +1,7 @@
How to access object storage from CloudFerro Cloud using s3cmd[🔗](#how-to-access-object-storage-from-brand-name-using-s3cmd "Permalink to this headline")
How to access object storage from 3Engines Cloud using s3cmd[🔗](#how-to-access-object-storage-from-brand-name-using-s3cmd "Permalink to this headline")
=========================================================================================================================================================
In this article, you will learn how to access object storage from CloudFerro Cloud on Linux using [s3cmd](https://github.com/s3tools/s3cmd), without mounting it as a file system. This can be done on a virtual machine on CloudFerro Cloud cloud or on a local Linux computer.
In this article, you will learn how to access object storage from 3Engines Cloud on Linux using [s3cmd](https://github.com/s3tools/s3cmd), without mounting it as a file system. This can be done on a virtual machine on 3Engines Cloud cloud or on a local Linux computer.
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
---------------------------------------------------------------------------------------
@ -25,14 +25,14 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
No. 2 **Generated EC2 credentials**
You need generate EC2 credentials. Learn more here: [How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md)
You need generate EC2 credentials. Learn more here: [How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md)
No. 3 **A Linux computer or virtual machine**
You need a Linux virtual machine or local computer. This article was written for Ubuntu 22.04. Other operating systems might work, but are out of scope of this article and might require adjusting of commands.
If you want to use a virtual machine hosted on CloudFerro Cloud cloud and you dont have it yet, one of these articles can help:
If you want to use a virtual machine hosted on 3Engines Cloud cloud and you dont have it yet, one of these articles can help:

View File

@ -1,4 +1,4 @@
How to access private object storage using S3cmd or boto3 on CloudFerro Cloud[🔗](#how-to-access-private-object-storage-using-s3cmd-or-boto3-on-brand-name "Permalink to this headline")
How to access private object storage using S3cmd or boto3 on 3Engines Cloud[🔗](#how-to-access-private-object-storage-using-s3cmd-or-boto3-on-brand-name "Permalink to this headline")
=======================================================================================================================================================================================
LEGACY ARTICLE
@ -6,9 +6,9 @@ LEGACY ARTICLE
This article is marked as a legacy document and may not reflect the latest information.
Please refer to the following articles:
[How to access object storage from CloudFerro Cloud using boto3](How-to-access-object-storage-from-CloudFerro-Cloud-using-boto3.html.md)
[How to access object storage from 3Engines Cloud using boto3](How-to-access-object-storage-from-3Engines-Cloud-using-boto3.html.md)
[How to access object storage from CloudFerro Cloud using s3cmd](How-to-access-object-storage-from-CloudFerro-Cloud-using-s3cmd.html.md)
[How to access object storage from 3Engines Cloud using s3cmd](How-to-access-object-storage-from-3Engines-Cloud-using-s3cmd.html.md)
**Introduction**
@ -16,7 +16,7 @@ Private object storage (buckets within users project) can be used in various
**S3cmd**
In order to acquire access to Object Storage buckets via S3cmd, first you have to generate your own EC2 credentials with this tutorial [How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md).
In order to acquire access to Object Storage buckets via S3cmd, first you have to generate your own EC2 credentials with this tutorial [How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md).
Once EC2 credentials are generated, ensure that your instance or local machine is equipped with S3cmd:
@ -48,8 +48,8 @@ New settings:
Access Key: (your EC2 credentials)
Secret Key: (your EC2 credentials)
Default Region: default
S3 Endpoint: s3.waw4-1.cloudferro.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw4-1.cloudferro.com
S3 Endpoint: s3.waw4-1.3Engines.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw4-1.3Engines.com
Encryption password: (your password)
Path to GPG program: /usr/bin/gpg
Use HTTPS protocol: Yes
@ -63,8 +63,8 @@ New settings:
Access Key: (your EC2 credentials)
Secret Key: (your EC2 credentials)
Default Region: waw3-1
S3 Endpoint: s3.waw3-1.cloudferro.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw3-1.cloudferro.com
S3 Endpoint: s3.waw3-1.3Engines.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw3-1.3Engines.com
Encryption password: (your password)
Path to GPG program: /usr/bin/gpg
Use HTTPS protocol: Yes
@ -78,8 +78,8 @@ New settings:
Access Key: (your EC2 credentials)
Secret Key: (your EC2 credentials)
Default Region: default
S3 Endpoint: s3.waw3-2.cloudferro.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw3-2.cloudferro.com
S3 Endpoint: s3.waw3-2.3Engines.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.waw3-2.3Engines.com
Encryption password: (your password)
Path to GPG program: /usr/bin/gpg
Use HTTPS protocol: Yes
@ -93,8 +93,8 @@ New settings:
Access Key: (your EC2 credentials)
Secret Key: (your EC2 credentials)
Default Region: default
S3 Endpoint: s3.fra1-2.cloudferro.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.fra1-2.cloudferro.co
S3 Endpoint: s3.fra1-2.3Engines.com
DNS-style bucket+hostname:port template for accessing a bucket: s3.fra1-2.3Engines.co
Encryption password: (your password)
Path to GPG program: /usr/bin/gpg
Use HTTPS protocol: Yes
@ -124,7 +124,7 @@ s3cmd -h
Warning
We strongly recommend using virtualenv for isolating python packages. Configuration tutorial is this: [How to install Python virtualenv or virtualenvwrapper on CloudFerro Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-CloudFerro-Cloud.html.md)
We strongly recommend using virtualenv for isolating python packages. Configuration tutorial is this: [How to install Python virtualenv or virtualenvwrapper on 3Engines Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-3Engines-Cloud.html.md)
If virtualenv is activated:
@ -148,7 +148,7 @@ WAW4-1WAW3-1WAW3-2FRA1-2
import boto3
def boto3connection(access_key,secret_key,bucketname):
host='https://s3.waw4-1.cloudferro.com'
host='https://s3.waw4-1.3Engines.com'
s3=boto3.resource('s3',aws_access_key_id=access_key,
aws_secret_access_key=secret_key, endpoint_url=host,)
@ -169,7 +169,7 @@ boto3connection(x,y,z)
import boto3
def boto3connection(access_key,secret_key,bucketname):
host='https://s3.waw3-1.cloudferro.com'
host='https://s3.waw3-1.3Engines.com'
s3=boto3.resource('s3',aws_access_key_id=access_key,
aws_secret_access_key=secret_key, endpoint_url=host,)
@ -190,7 +190,7 @@ boto3connection(x,y,z)
import boto3
def boto3connection(access_key,secret_key,bucketname):
host='https://s3.waw3-2.cloudferro.com'
host='https://s3.waw3-2.3Engines.com'
s3=boto3.resource('s3',aws_access_key_id=access_key,
aws_secret_access_key=secret_key, endpoint_url=host,)
@ -211,7 +211,7 @@ boto3connection(x,y,z)
import boto3
def boto3connection(access_key,secret_key,bucketname):
host='https://s3.fra1-2.cloudferro.com'
host='https://s3.fra1-2.3Engines.com'
s3=boto3.resource('s3',aws_access_key_id=access_key,
aws_secret_access_key=secret_key, endpoint_url=host,)

View File

@ -1,4 +1,4 @@
How to Delete Large S3 Bucket on CloudFerro Cloud[🔗](#how-to-delete-large-s3-bucket-on-brand-name "Permalink to this headline")
How to Delete Large S3 Bucket on 3Engines Cloud[🔗](#how-to-delete-large-s3-bucket-on-brand-name "Permalink to this headline")
===============================================================================================================================
**Introduction**
@ -21,9 +21,9 @@ Conflict (HTTP 409) (Request-ID: tx00000000000001bb5e8e5-006135c488-35bc5d520-di
To delete a large S3 bucket we can use **s3cmd**.
In order to acquire access to your Object Storage buckets via s3cmd, first you have to generate your own EC2 credentials with the following tutorial: [How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md)
In order to acquire access to your Object Storage buckets via s3cmd, first you have to generate your own EC2 credentials with the following tutorial: [How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md)
After that, you have to configure s3cmd as explained in the following article: [How to access private object storage using S3cmd or boto3 on CloudFerro Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-CloudFerro-Cloud.html.md)
After that, you have to configure s3cmd as explained in the following article: [How to access private object storage using S3cmd or boto3 on 3Engines Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-3Engines-Cloud.html.md)
After this, you should be able to list and access your Object Storage.

View File

@ -1,10 +1,10 @@
How to install s3cmd on Linux on CloudFerro Cloud[🔗](#how-to-install-s3cmd-on-linux-on-brand-name "Permalink to this headline")
How to install s3cmd on Linux on 3Engines Cloud[🔗](#how-to-install-s3cmd-on-linux-on-brand-name "Permalink to this headline")
===============================================================================================================================
In this article you will learn how to install [s3cmd](https://github.com/s3tools/s3cmd) on Linux. **s3cmd** can be used, among other things, to:
> * download files from EODATA repositories as well as to
> * store files in object storage available on CloudFerro Cloud,
> * store files in object storage available on 3Engines Cloud,
without mounting these resources as a file system.
@ -19,12 +19,12 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
No. 2 **A virtual machine or local computer**
These instructions are for Ubuntu 22.04, either on a local computer or on a virtual machine hosted on CloudFerro Cloud cloud.
These instructions are for Ubuntu 22.04, either on a local computer or on a virtual machine hosted on 3Engines Cloud cloud.
Other operating systems and environments are outside of scope of this article and might require adjusting of the instructions accordingly.
If you want to install **s3cmd** on a virtual machine hosted on CloudFerro Cloud cloud, follow one of these articles:
If you want to install **s3cmd** on a virtual machine hosted on 3Engines Cloud cloud, follow one of these articles:

View File

@ -1,7 +1,7 @@
How to Mount Object Storage Container as a File System in Linux Using s3fs on CloudFerro Cloud[🔗](#how-to-mount-object-storage-container-as-a-file-system-in-linux-using-s3fs-on-brand-name "Permalink to this headline")
How to Mount Object Storage Container as a File System in Linux Using s3fs on 3Engines Cloud[🔗](#how-to-mount-object-storage-container-as-a-file-system-in-linux-using-s3fs-on-brand-name "Permalink to this headline")
=========================================================================================================================================================================================================================
The following article covers mounting of object storage containers using **s3fs** on Linux. One of possible use cases is having easy access to content of such containers on different computers and virtual machines. For access, you can use your local Linux computer or virtual machines running on CloudFerro Cloud cloud. All users of the operating system should have read, write and execute privileges on contents of these containers.
The following article covers mounting of object storage containers using **s3fs** on Linux. One of possible use cases is having easy access to content of such containers on different computers and virtual machines. For access, you can use your local Linux computer or virtual machines running on 3Engines Cloud cloud. All users of the operating system should have read, write and execute privileges on contents of these containers.
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
---------------------------------------------------------------------------------------
@ -21,17 +21,17 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
No. 2 **Machine running Linux**
You need a machine running Linux. It can be a virtual machine running on CloudFerro Cloud cloud or your local Linux computer.
You need a machine running Linux. It can be a virtual machine running on 3Engines Cloud cloud or your local Linux computer.
This article was written for Ubuntu 22.04. If you are running a different distribution, adjust the commands from this article accordingly.
No. 3 **Object storage container**
You need at least one object storage container on CloudFerro Cloud cloud. The following article shows how to create one: [How to use Object Storage on CloudFerro Cloud](How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
You need at least one object storage container on 3Engines Cloud cloud. The following article shows how to create one: [How to use Object Storage on 3Engines Cloud](How-to-use-Object-Storage-on-3Engines-Cloud.html.md).
As a concrete example, lets say that the container is named **my-files** and that it contains two items. This is what it could look like in the Horizon dashboard:
@ -41,7 +41,7 @@ With the proper **s3fs** command from this article, you will be able to access t
No. 4 **Generated EC2 credentials**
You need to have EC2 credentials for your object storage containers generated. The following article will tell you how to do it: [How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md).
You need to have EC2 credentials for your object storage containers generated. The following article will tell you how to do it: [How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md).
No. 5 **Knowledge of the Linux command line**
@ -50,7 +50,7 @@ Basic knowledge of the Linux command line is required.
Step 1: Sign in to your Linux machine[🔗](#step-1-sign-in-to-your-linux-machine "Permalink to this headline")
------------------------------------------------------------------------------------------------------------
Sign in to an Ubuntu account which has **sudo** privileges. If you are using SSH to connect to a virtual machine running on CloudFerro Cloud cloud, the username will likely be **eouser**.
Sign in to an Ubuntu account which has **sudo** privileges. If you are using SSH to connect to a virtual machine running on 3Engines Cloud cloud, the username will likely be **eouser**.
Step 2: Install s3fs[🔗](#step-2-install-s3fs "Permalink to this headline")
--------------------------------------------------------------------------
@ -119,7 +119,7 @@ Step 5: Mount a container[🔗](#step-5-mount-a-container "Permalink to this hea
Here is a typical command to mount a container:
```
sudo s3fs my-files /mnt/mount-point -o passwd_file=~/.passwd-s3fs -o url=https://s3.waw3-1.cloudferro.com -o endpoint="waw3-1" -o use_path_request_style -o umask=0000 -o allow_other
sudo s3fs my-files /mnt/mount-point -o passwd_file=~/.passwd-s3fs -o url=https://s3.waw3-1.3Engines.com -o endpoint="waw3-1" -o use_path_request_style -o umask=0000 -o allow_other
```
@ -191,7 +191,7 @@ which s3fs
```
The output should contain the full location of the **s3fs** binary on your system. On Ubuntu virtual machines created using default images on CloudFerro Cloud cloud, it will likely be:
The output should contain the full location of the **s3fs** binary on your system. On Ubuntu virtual machines created using default images on 3Engines Cloud cloud, it will likely be:
```
/usr/local/bin/s3fs
@ -210,7 +210,7 @@ sudo nano /etc/fstab
Append the following line to it:
```
/usr/local/bin/s3fs#my-files /mnt/mount-point fuse passwd_file=/home/eouser/.passwd-s3fs,_netdev,allow_other,use_path_request_style,uid=0,umask=0000,mp_umask=0000,gid=0,url=https://s3.waw3-1.cloudferro.com,region=waw3-1 0 0
/usr/local/bin/s3fs#my-files /mnt/mount-point fuse passwd_file=/home/eouser/.passwd-s3fs,_netdev,allow_other,use_path_request_style,uid=0,umask=0000,mp_umask=0000,gid=0,url=https://s3.waw3-1.3Engines.com,region=waw3-1 0 0
```
@ -274,6 +274,6 @@ Another potential problem is that some changes to the object storage might not b
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
-----------------------------------------------------------------
You can also access object storage from CloudFerro Cloud without mounting it as a file system.
You can also access object storage from 3Engines Cloud without mounting it as a file system.
Check the following articles for more information:

View File

@ -1,7 +1,7 @@
How to mount object storage container from CloudFerro Cloud as file system on local Windows computer[🔗](#how-to-mount-object-storage-container-from-brand-name-as-file-system-on-local-windows-computer "Permalink to this headline")
How to mount object storage container from 3Engines Cloud as file system on local Windows computer[🔗](#how-to-mount-object-storage-container-from-brand-name-as-file-system-on-local-windows-computer "Permalink to this headline")
=====================================================================================================================================================================================================================================
This article describes how to configure direct access to object storage containers from CloudFerro Cloud cloud in **This PC** window on your local Windows computer. Such containers will be mounted as network drives, for example:
This article describes how to configure direct access to object storage containers from 3Engines Cloud cloud in **This PC** window on your local Windows computer. Such containers will be mounted as network drives, for example:
![object-storage-windows-example1_creodias.png](../_images/object-storage-windows-example1_creodias.png)
@ -12,16 +12,16 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a CloudFerro Cloud hosting account with access to the Horizon interface <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with access to the Horizon interface <https://horizon.3Engines.com>.
No. 2. **Object storage container**
You need at least one object storage container on the CloudFerro Cloud cloud. If you do not have one yet, please follow this article: [How to use Object Storage on CloudFerro Cloud](How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md)
You need at least one object storage container on the 3Engines Cloud cloud. If you do not have one yet, please follow this article: [How to use Object Storage on 3Engines Cloud](How-to-use-Object-Storage-on-3Engines-Cloud.html.md)
No. 3. **Generated EC2 Credentials**
You need to generate EC2 credentials for your account.
The following article contains information how to do it on Linux: [How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md).
The following article contains information how to do it on Linux: [How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md).
If instead you want to do it on Windows, you will need to install the OpenStack CLI client first. Check one of these articles to learn more.

View File

@ -1,7 +1,7 @@
How to use Object Storage on CloudFerro Cloud[🔗](#how-to-use-object-storage-on-brand-name "Permalink to this headline")
How to use Object Storage on 3Engines Cloud[🔗](#how-to-use-object-storage-on-brand-name "Permalink to this headline")
=======================================================================================================================
Object storage on CloudFerro Cloud cloud can be used to store your files in *containers*. In this article, you will create a basic container and perform basic operations on it, using a web browser.
Object storage on 3Engines Cloud cloud can be used to store your files in *containers*. In this article, you will create a basic container and perform basic operations on it, using a web browser.
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
---------------------------------------------------------------------------------------
@ -20,7 +20,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
Creating a new object storage container[🔗](#creating-a-new-object-storage-container "Permalink to this headline")
-----------------------------------------------------------------------------------------------------------------
@ -66,7 +66,7 @@ In this example, we will use the name **file-container** for our object storage
Section **Container Access** has two options:
**Public**
: It will generate a link. Anyone who has it will be able to access files stored on that object storage container, even if not being a member of CloudFerro Cloud cloud.
: It will generate a link. Anyone who has it will be able to access files stored on that object storage container, even if not being a member of 3Engines Cloud cloud.
**Not Public**
: This will not generate a link explained above. The container will only be available from within your project unless you set a bucket sharing policy (not covered in this article).

View File

@ -1,4 +1,4 @@
Server-Side Encryption with Customer-Managed Keys (SSE-C) on CloudFerro Cloud[🔗](#server-side-encryption-with-customer-managed-keys-sse-c-on-brand-name "Permalink to this headline")
Server-Side Encryption with Customer-Managed Keys (SSE-C) on 3Engines Cloud[🔗](#server-side-encryption-with-customer-managed-keys-sse-c-on-brand-name "Permalink to this headline")
=====================================================================================================================================================================================
Introduction[🔗](#introduction "Permalink to this headline")
@ -13,10 +13,10 @@ SSE-C is working as on the moment of uploading an object. Server uses the encryp
Requirements[🔗](#requirements "Permalink to this headline")
-----------------------------------------------------------
* A bucket ([How to use Object Storage on CloudFerro Cloud](How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md))
* A bucket ([How to use Object Storage on 3Engines Cloud](How-to-use-Object-Storage-on-3Engines-Cloud.html.md))
* A user with the required access rights on the bucket
* EC2 credentials ([How to generate and manage EC2 credentials on CloudFerro Cloud](../cloud/How-to-generate-ec2-credentials-on-CloudFerro-Cloud.html.md))
* EC2 credentials ([How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md))
* Have installed and configured aws
If you have not used aws before:
@ -107,7 +107,7 @@ aws s3api put-object \
--sse-customer-algorithm AES256 \
--sse-customer-key $key \
--sse-customer-key-md5 $keymd5 \
--endpoint-url https://s3.waw3-1.cloudferro.com
--endpoint-url https://s3.waw3-1.3Engines.com
```
@ -118,7 +118,7 @@ Example No 3 aws-cli (s3)[🔗](#example-no-3-aws-cli-s3 "Permalink to this head
aws s3 cp file.txt s3://bucket-name/ \
--sse-c-key $secret \
--sse-c AES256 \
--endpoint https://s3.waw3-1.cloudferro.com
--endpoint https://s3.waw3-1.3Engines.com
```
@ -129,7 +129,7 @@ Example No 4 aws-cli (s3 blob)[🔗](#example-no-4-aws-cli-s3-blob "Permalink to
aws s3 cp file.txt s3://bucket/ \
--sse-c-key fileb://sse-c.key \
--sse-c AES256 \
--endpoint https://s3.waw3-1.cloudferro.com
--endpoint https://s3.waw3-1.3Engines.com
```
@ -145,7 +145,7 @@ aws s3api get-object <file_name> --bucket <bucket_name> \
--key <object_key> \
--sse-customer-key $secret \
--sse-customer-algorithm AES256 \
--endpoint https://s3.waw3-1.cloudferro.com
--endpoint https://s3.waw3-1.3Engines.com
```
@ -156,6 +156,6 @@ aws s3api get-object <file_name> --bucket <bucket_name> \
--key <object_key> \
--sse-customer-key fileb://<key_name> \
--sse-customer-algorithm AES256 \
--endpoint https://s3.waw3-1.cloudferro.com
--endpoint https://s3.waw3-1.3Engines.com
```

View File

@ -2,16 +2,16 @@
## Available Documentation
* [How to Delete Large S3 Bucket on CloudFerro Cloud](How-to-delete-large-S3-bucket-on-CloudFerro-Cloud.html.md)
* [How to Mount Object Storage Container as a File System in Linux Using s3fs on CloudFerro Cloud](How-to-mount-object-storage-container-as-a-file-system-in-Linux-using-s3fs-on-CloudFerro-Cloud.html.md)
* [Bucket sharing using s3 bucket policy on CloudFerro Cloud](Bucket-sharing-using-s3-bucket-policy-on-CloudFerro-Cloud.html.md)
* [How to use Object Storage on CloudFerro Cloud](How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md)
* [How to access private object storage using S3cmd or boto3 on CloudFerro Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-CloudFerro-Cloud.html.md)
* [How to Install Boto3 in Windows on CloudFerro Cloud](How-To-Install-boto3-In-Windows-on-CloudFerro-Cloud.html.md)
* [Server-Side Encryption with Customer-Managed Keys (SSE-C) on CloudFerro Cloud](Server-Side-Encryption-with-Customer-Managed-Keys-SSE-C-on-CloudFerro-Cloud.html.md)
* [How to mount object storage container from CloudFerro Cloud as file system on local Windows computer](How-to-mount-object-storage-container-from-CloudFerro-Cloud-as-file-system-on-local-Windows-computer.html.md)
* [How to install s3cmd on Linux on CloudFerro Cloud](How-to-install-s3cmd-on-Linux-on-CloudFerro-Cloud.html.md)
* [How to access object storage from CloudFerro Cloud using boto3](How-to-access-object-storage-from-CloudFerro-Cloud-using-boto3.html.md)
* [How to access object storage from CloudFerro Cloud using s3cmd](How-to-access-object-storage-from-CloudFerro-Cloud-using-s3cmd.html.md)
* [Configuration files for s3cmd command on CloudFerro Cloud](Configuration-files-for-s3cmd-command-on-CloudFerro-Cloud.html.md)
* [S3 bucket object versioning on CloudFerro Cloud](S3-bucket-object-versioning-on-CloudFerro-Cloud.html.md)
* [How to Delete Large S3 Bucket on 3Engines Cloud](How-to-delete-large-S3-bucket-on-3Engines-Cloud.html.md)
* [How to Mount Object Storage Container as a File System in Linux Using s3fs on 3Engines Cloud](How-to-mount-object-storage-container-as-a-file-system-in-Linux-using-s3fs-on-3Engines-Cloud.html.md)
* [Bucket sharing using s3 bucket policy on 3Engines Cloud](Bucket-sharing-using-s3-bucket-policy-on-3Engines-Cloud.html.md)
* [How to use Object Storage on 3Engines Cloud](How-to-use-Object-Storage-on-3Engines-Cloud.html.md)
* [How to access private object storage using S3cmd or boto3 on 3Engines Cloud](How-to-access-private-object-storage-using-S3cmd-or-boto3-on-3Engines-Cloud.html.md)
* [How to Install Boto3 in Windows on 3Engines Cloud](How-To-Install-boto3-In-Windows-on-3Engines-Cloud.html.md)
* [Server-Side Encryption with Customer-Managed Keys (SSE-C) on 3Engines Cloud](Server-Side-Encryption-with-Customer-Managed-Keys-SSE-C-on-3Engines-Cloud.html.md)
* [How to mount object storage container from 3Engines Cloud as file system on local Windows computer](How-to-mount-object-storage-container-from-3Engines-Cloud-as-file-system-on-local-Windows-computer.html.md)
* [How to install s3cmd on Linux on 3Engines Cloud](How-to-install-s3cmd-on-Linux-on-3Engines-Cloud.html.md)
* [How to access object storage from 3Engines Cloud using boto3](How-to-access-object-storage-from-3Engines-Cloud-using-boto3.html.md)
* [How to access object storage from 3Engines Cloud using s3cmd](How-to-access-object-storage-from-3Engines-Cloud-using-s3cmd.html.md)
* [Configuration files for s3cmd command on 3Engines Cloud](Configuration-files-for-s3cmd-command-on-3Engines-Cloud.html.md)
* [S3 bucket object versioning on 3Engines Cloud](S3-bucket-object-versioning-on-3Engines-Cloud.html.md)