Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(docs)/object-mount/faq/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
## What S3 permissions are recommended to mount a bucket with Object Mount?
Short answer, for a generic cloud: read, write, and list permissions for the bucket intended to be mounted.

## Are full permissions are required to achieve maximum performance of Object Mount?
## Are full permissions required to achieve maximum performance of Object Mount?
The maximum performance comes from Object Mount's ability to prefetch data based on how we handle certain file types. It is not dependent on being able to write the POSIX-metadata file. With read-only permissions to a bucket, Object Mount will still achieve maximum performance - but it will not be able to update any POSIX-related metadata associated with the original files.

## Why don't read-only credentials work with POSIX enabled in Object Mount?
Expand Down