Skip to content

Commit 30d89df

Browse files
author
Morteza Bashsiz
committed
Implement requested changes
1 parent 9b0344f commit 30d89df

File tree

1 file changed

+5
-5
lines changed
  • user/pages/04.Reference/05.object-storage/01.known-issues

1 file changed

+5
-5
lines changed

user/pages/04.Reference/05.object-storage/01.known-issues/docs.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ aws s3api abort-multipart-upload --bucket BUCKET_NAME --key KEY --upload-id UPLO
7979

8080
With ceph-based object storage you may configure a bucket lifecycle rule `AbortIncompleteMultipartUpload` to let unfinished multipart uploads be cleaned up automatically after a certain number of days.
8181

82-
### s3 DeleteBucketLifecycle does not delete lifecycle config
82+
### Ceph-based object storage s3 DeleteBucketLifecycle does not delete lifecycle config
8383

8484
**Problem Statement:**
85-
There is an issue where the s3 DeleteBucketLifecycle which API call fails to actually remove the lifecycle configuration from the bucket. The fix was originally implemented in master but was not included in the squid release line.
85+
There’s an issue where the S3 DeleteBucketLifecycle API call doesn’t successfully remove the lifecycle configuration from a bucket.
8686
[Ceph tracker link](https://github.com/ceph/ceph/pull/64741)
8787

88-
**Reproduce:**
89-
Here you will se an example with aws cli how to reproduce it
88+
**Reproduction Steps**
89+
Below is an example using the AWS CLI to demonstrate how to reproduce the issue.
9090

9191
```plan
9292
# This is a lifecycle config example
@@ -151,7 +151,7 @@ $ aws s3api get-bucket-lifecycle-configuration \
151151
```
152152

153153
**Workaround:**
154-
As a workaround till the upstream fixes the issue in next release, you can Disable your lifecycle config.
154+
As a temporary workaround until the upstream fix is included in the next release, you can disable the lifecycle configuration.
155155

156156
```plain
157157
# This is a disabled lifecycle config example

0 commit comments

Comments
 (0)