Skip to content

Commit b17a2d8

Browse files
committed
feat(obj): update
1 parent 2dccd84 commit b17a2d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/object-storage/troubleshooting/lifecycle-rules-issues.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ I am experiencing issues with the lifecycle rules of my Scaleway Object Storage
2525
## Cause
2626

2727
- Lifecycle rules are not properly set
28+
2829
- Spaces are present in the prefixes or tags of your objects
30+
2931
- You reached the limit of 500,000 lifecycle jobs per day
3032

3133
## Possible solutions
@@ -36,6 +38,8 @@ I am experiencing issues with the lifecycle rules of my Scaleway Object Storage
3638

3739
- If you reached the limit of 500,000 jobs per day, you can [transition](/object-storage/how-to/edit-storage-class/) or [delete](/object-storage/how-to/delete-an-object/) objects manually.
3840

41+
- For expiration rules, you can use the [HeadObject](/object-storage/api-cli/object-operations/#headobject) command to check which rule is applied to a specific object. The `x-amz-expiration` header should return the expiration date and rule ID.
42+
3943
## Going further
4044

4145
- Refer to the [lifecycle rules documentation](/object-storage/how-to/manage-lifecycle-rules/) for more information.

0 commit comments

Comments
 (0)