awslabs / mountpoint-s3

A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
Apache License 2.0
4.66k stars 164 forks source link

Bypass the shared cache for large objects #1117

Closed vladem closed 1 week ago

vladem commented 2 weeks ago

Description of change

This change makes get_block and put_block for objects larger than 1MiB be a no-op in the shared cache.

Relevant issues: N/A

Does this change impact existing behavior?

No, it is under the feature flag.

Does this change need a changelog entry in any of the crates?

Yes, in the following PRs.


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).