brand changed

This commit is contained in:
govardhan
2025-07-04 09:34:25 +05:30
parent 1ee37aea8b
commit faadd4e38d
129 changed files with 1069 additions and 1068 deletions

View File

@ -10,10 +10,10 @@ Naming conventions used in this document[🔗](#naming-conventions-used-in-this-
-------------------------------------------------------------------------------------------------------------------
Bucket Owner
: OpenStack tenant who created an object storage bucket in their project, intending to share to their bucket or a subset of objects in the bucket to another tenant in the same cloud.
: 3Engines tenant who created an object storage bucket in their project, intending to share to their bucket or a subset of objects in the bucket to another tenant in the same cloud.
Bucket User
: OpenStack tenant who wants to gain access to a Bucket Owners object storage bucket.
: 3Engines tenant who wants to gain access to a Bucket Owners object storage bucket.
Bucket Owners Project
: A project in which a shared bucket is created.
@ -22,7 +22,7 @@ Bucket Users Project
: A project which gets access to Bucket Owners object storage bucket.
Tenant Admin
: A tenants administrator user who can create OpenStack projects and manage users and roles within their domain.
: A tenants administrator user who can create 3Engines projects and manage users and roles within their domain.
In code examples, values typed in all-capital letters, such as BUCKET\_OWNER\_PROJECT\_ID, are placeholders which should be replaced with actual values matching your use-case.

View File

@ -8,7 +8,7 @@ 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 3Engines Cloud](../openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-3Engines-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 3EnginesClient GitBash for Windows on 3Engines Cloud](../3Enginescli/How-to-install-3EnginesClient-GitBash-or-Cygwin-for-Windows-on-3Engines-Cloud.html.md).
**On a Virtual Machine Running in 3Engines Cloud Cloud**

View File

@ -3,10 +3,10 @@ How to Delete Large S3 Bucket on 3Engines Cloud[🔗](#how-to-delete-large-s3-bu
**Introduction**
Due to an *openstack-cli* limitation, removing S3 buckets with more then 10 000 objects will fail when using the command:
Due to an *3Engines-cli* limitation, removing S3 buckets with more then 10 000 objects will fail when using the command:
```
openstack container delete --recursive <<bucket_name>>
3Engines container delete --recursive <<bucket_name>>
```

View File

@ -24,4 +24,4 @@ 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 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.
If instead you want to do it on Windows, you will need to install the 3Engines CLI client first. Check one of these articles to learn more.

View File

@ -12,7 +12,7 @@ S3 bucket versioning allows you to keep different versions of the file stored on
In this article, you will learn how to
> * set up S3 bucket object versioning on 3Engines Cloud OpenStack
> * set up S3 bucket object versioning on 3Engines Cloud 3Engines
> * download different versions of files and
> * set up automatic removal of previous versions.