Skip to content

Commit

Permalink
Add link to Lifecycle docs for directory buckets (#1183)
Browse files Browse the repository at this point in the history
Add link to Lifecycle docs for directory buckets


### Does this change impact existing behavior?

No

### Does this change need a changelog entry?

No

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

Signed-off-by: Simon Beal <[email protected]>
  • Loading branch information
muddyfish authored Dec 4, 2024
1 parent 353a747 commit 489f2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ mount-s3 amzn-s3-demo-bucket /path/to/mount --cache-xz amzn-s3-demo-bucket--usw2

Please note the following key considerations while opting in to the shared cache:

* To manage your storage cost, you should set up Lifecycle configuration on your S3 directory bucket so that Amazon S3 expires the cached data in S3 Express One Zone after a period of time you specify.
* To manage your storage cost, you should set up [Lifecycle configuration on your S3 directory bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-lifecycle.html) so that Amazon S3 expires the cached data in S3 Express One Zone after a period of time you specify.
Once you opt in to the shared cache in S3 Express One Zone, you pay for the data cached in your directory bucket in S3 Express One Zone.
You also pay for requests made against your data in the directory bucket in S3 Express One Zone.
Visit the [Amazon S3 pricing](https://aws.amazon.com/s3/pricing/) page to learn more. Mountpoint for Amazon S3 never deletes cached objects from S3 directory buckets.
Expand Down

0 comments on commit 489f2e5

Please sign in to comment.