-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue creating/uploading a file to s3 mount #1300
Comments
Hi @netpez, have you had a look at our troubleshooting guide? In particular, there are some limitations when writing to files with Mountpoint. For example, only sequential writes are allowed, see the semantics documentation for details. If you still need help, we suggest enabling logging in Mountpoint (see logging documentation). Once you reproduce the issue, we can help analyzing the logs if needed (please also include the command used to launch Mountpoint). |
I have added the logging to the mount command, here is the command being used: mount-s3 smhs-lucee-test /site --cache /cache --allow-overwrite --allow-delete --allow-other --log-directory /var/log/mount-s3/ Attached is the lucee application output. Here is the s3-mount log output after performing read/writes/deletes attemps from the lucee application 2025-03-11T01:01:25.165241Z WARN readdirplus{req=308 ino=2 fh=1 offset=0}: mountpoint_s3::superblock::readdir: file '' (full key "web/") has an invalid name and will be unavailable |
We are experimenting with utilizing an s3 mount to store files uploaded through a Lucee application. I have enabled allow overwrite and allow delete, however, the developer is reporting that when attempting to upload a file to the s3 mount, that upon first attempt (which fails), an empty file is created, however, the file is uploaded successfully upon the second attempt.
I could use some advise on this... has anyone run into this situation, or have any input on possible configuration I am missing?
The text was updated successfully, but these errors were encountered: