Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Using CTS to Audit OBS

Updated on 2024-10-24 GMT+08:00

Cloud Trace Service (CTS) records operations on cloud resources in your account. You can use the logs to perform security analysis, track resource changes, audit compliance, and locate faults.

After you enable CTS and configure a tracker, CTS can record management and data traces of OBS for auditing.

For details about how to enable and configure CTS, see Enabling CTS.

For details about OBS management and data traces that can be tracked by CTS, see Cloud Trace Service.

Figure 1 CTS

Procedure

  1. Log in to the management console.
  2. In the upper left corner of the top navigation menu, click to select a region.
  3. Choose Service List > Management & Governance > Cloud Trace Service. The Trace List page is displayed.
  4. Configure the cloud audit for OBS by referring to Configuring a Tracker in the Cloud Trace Service User Guide.
Table 1 OBS management operations logged by CTS

Tracker Type

Operation

Resource

Trace Name

Management

Deleting a bucket

bucket

deleteBucket

Management

Deleting the CORS configuration of a bucket

bucket

deleteBucketCors

Management

Deleting the custom domain name configuration

bucket

deleteBucketCustomdomain

Management

Deleting the lifecycle configuration of a bucket

bucket

deleteBucketLifecycle

Management

Deleting a bucket policy

bucket

deleteBucketPolicy

Management

Deleting the cross-region replication configuration of a bucket

bucket

deleteBucketReplication

Management

Deleting the tag configuration of a bucket

bucket

deleteBucketTagging

Management

Deleting the static website hosting configuration of a bucket

bucket

deleteBucketWebsite

Management

Creating a bucket

bucket

createBucket

Management

Configuring the bucket ACL

bucket

setBucketAcl

Management

Configuring the CORS rule for a bucket

bucket

setBucketCors

Management

Setting the custom domain name for a bucket

bucket

setBucketCustomdomain

Management

Configuring the bucket lifecycle rules

bucket

setBucketLifecycle

Management

Configuring the bucket logging function

bucket

setBucketLogging

Management

Configuring the event notification function for buckets

bucket

setBucketNotification

Management

Configuring the bucket policy

bucket

setBucketPolicy

Management

Configuring the bucket quota

bucket

setBucketQuota

Management

Configuring the cross-region replication function for buckets

bucket

setBucketReplication

Management

Configuring the bucket storage class

bucket

setBucketStorageclass

Management

Configuring the bucket tag

bucket

setBucketTagging

Management

Configuring the versioning function for buckets

bucket

setBucketVersioning

Management

Configuring the static domain name for buckets

bucket

setBucketWebsite

Management

Configuring server-side encryption for a bucket

bucket

setBucketEncryption

Management

Deleting the server-side encryption configuration of a bucket

bucket

deleteBucketEncryption

Table 2 OBS data operations logged by CTS

Tracker Type

Operation

Resource

Trace Name

Data_Read

Downloading an object

object

GET.OBJECT

Data_Read

Querying the object ACL

object

GET.OBJECT.ACL

Data_Read

Querying the bucket website configuration

object

GET.OBJECT.WEBSITE

Data_Read

Accessing an object through the website

object

HEAD.OBJECT.WEBSITE

Data_Read

Querying the object metadata

object

HEAD.OBJECT

Data_Read

Listing part data

object

LIST.OBJECT.UPLOAD

Data_Write

Deleting an object

object

DELETE.OBJECT

Data_Write

Canceling a part

object

DELETE.UPLOAD

Data_Write

Queries the cross-domain requests for objects

object

OPTIONS.OBJECT

Data_Write

Uploading an object

object

POST.OBJECT

Data_Write

Deleting objects in batches

object

POST.OBJECT.MULTIDELETE

Data_Write

Restoring Archive objects

object

POST.OBJECT.RESTORE

Data_Write

Merging parts

object

POST.UPLOAD.COMPLETE

Data_Write

Initializing multipart tasks

object

POST.UPLOAD.INIT

Data_Write

Uploading an object

object

PUT.OBJECT

Data_Write

Configuring the object ACL

object

PUT.OBJECT.ACL

Data_Write

Copying an object

object

PUT.OBJECT.COPY

Data_Write

Configuring the object storage class

object

PUT.OBJECT.STORAGECLASS

Data_Write

Uploading a part

object

PUT.PART

Data_Write

Copying a part

object

PUT.PART.COPY

Follow-up Procedure

You can click Disable under the Operation column on the right of a tracker to disable the tracker. After the tracker is disabled, the system will stop recording operations, but you can still view existing operation records.

You can click Delete under the Operation column on the right of a tracker to delete the tracker. Deleting a tracker has no impact on existing operation records. When you enable CTS again, you can view operation records that have been generated.

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback