Volodkin Vladislav
Volodkin Vladislav
## Description of change With this approach of error reporting we closely follow the existing logging approach, with which we log S3 request errors as soon as we encounter them...
## Description of change Update documentation to warn about a case when `readdir` does not follow our semantics. Note that for Express buckets the problem is already in [TROUBLESHOOTING.md](https://github.com/awslabs/mountpoint-s3/blob/main/doc/TROUBLESHOOTING.md#listing-a-directory-containing-files-and-directories-of-the-same-name), but...
## Description of change When user application gets interrupted in a `readdir` syscall the underlying chain of `readdir` fuse requests gets reset to an offset which is considered stale by...
### Tell us more about this new feature. When `--log-directory` CLI flag is provided Mountpoint will write its logs to a file in the specified directory. Mountpoint will open the...
## Description of change Adds `--event-log-directory` CLI flag. If specified all of the logs originating from `mountpoint_s3::logging::event_log` will be written as `\n`-separated json's in this file. We do this logging...
### Mountpoint for Amazon S3 version mount-s3 1.8.0 ### AWS Region - ### Describe the running environment - ### Mountpoint options ```shell - ``` ### What happened? [There is a...
Use metadata stored in an sqlite database instead of s3, when performing lookup and readdir. ### Does this change impact existing behavior? No, only used in tests. ### Does this...
Add an iterator parsing a CSV file and some tests for it. ### Does this change impact existing behavior? No, only used in tests. ### Does this change need a...
Fail early (on mount) with a descriptive error message, when `--incremental-upload` flag is used with standard buckets. We've seen in https://github.com/awslabs/mountpoint-s3/issues/1268 when an error reported on flush can be ignored...
Memory limiter currently doesn’t account for the [“rounded up”](https://github.com/awslabs/mountpoint-s3/blob/d598453968b10b55c01371f0f594d586fcd8be43/mountpoint-s3-crt/src/s3/client.rs#L707) memory by CRT, which means up to 8MiB of unaccounted memory per file handle. Based on this flaw in the memory...