Christian Hagemeier
Christian Hagemeier
Hi @joeshaw, thanks for reaching out. As your issue does not affect using Amazon S3 via Mountpoint, please be aware of our thinking on supporting S3-like services as captured in...
Hi, thanks for sharing this. Most likely, this is expected behaviour, as Mountpoint removes implicit directories (for more context, see [SEMANTICS.MD](https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md)): Once the last file in the directory is deleted...
Hi, from the logs it seems as if there is another PID that is trying to access the file just written to (PID 29402), while the test seems to have...
Hi, as of version [1.19.0](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.19.0) Mountpoint supports renaming files via the [RenameObject API](https://aws.amazon.com/about-aws/whats-new/2025/06/amazon-s3-express-one-zone-atomic-renaming-objects-api/) when mounting directory buckets in S3 Express One Zone. However, we currently do not have news to...
Hi, we just investigated this a bit further. From our testing, some issues with the missing ``libfuse2`` dependency may stem from the package being renamed to ``libfuse2t64`` in Ubuntu 24.04...
Hi, as you noticed, Mountpoint does support getting credentials from a configuration file ([see our documentation](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#aws-credentials)), however we currently do not evaluate the config file for region inference. For specifying...