Skip to content

Commit

Permalink
COSI-61: synthetic docs update for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Jan 2, 2025
1 parent 6bc60ae commit 667a0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/metrics-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ scality_cosi_driver_iam_requests_total{method=“DeleteAccessKey”,status=“er
#### Creating Bucket Access

1. Create an IAM user (`CreateUser`).
2. Attach an inline policy for bucket access (`PutUserPolicy`).
2. Attach an inline policy for bucket **access** (`PutUserPolicy`).
3. Generate access keys for the IAM user (`CreateAccessKey`).

#### Revoking Bucket Access
Expand Down Expand Up @@ -128,13 +128,13 @@ scality_cosi_driver_s3_requests_total{method=“DeleteBucket”,status=“succes

### Example S3 Workflow

#### Creating a Bucket:
#### Creating a Bucket

1. Specify the bucket name and region.
2. Use the `CreateBucket` operation to create the bucket.
3. Configure bucket properties (e.g., policies, versioning) if needed.

#### Deleting a Bucket:
#### Deleting a Bucket

1. Verify the bucket exists.
2. Use the `DeleteBucket` operation to delete the bucket. Only empty bucket deletion is supported.
Expand Down

0 comments on commit 667a0ca

Please sign in to comment.