mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
S3 upload to iDrive e2 now appears to be broken #2467
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Clumpton on GitHub (Dec 12, 2023).
Previously saving images and video to an S3 compatible bucket on iDrive e2 worked like a charm (once you avoided spaces in the file name).
After a recent update to Debian, S3 fails, both uploads and the "Test" button. The logs show a timeout error.
The bucket and ID that I am using work just fine in S3 browser etc.
I have included the relevant portion of the log after pressing the "Test" button (just one attempt, it repeats 5 times).
Any ideas please?
boto3/botocore : 1.33.12
Raspberry Pi4 -
Linux motioneye 6.1.25-v8+ #1647 SMP PREEMPT Wed Apr 26 17:39:08 BST 2023 aarch64motionEye Version | 0.43.0
Motion Version | 4.5.1
OS Version | Debian 11
@MichaIng commented on GitHub (Feb 8, 2026):
If the issue still persists, can you retry with latest motionEye?
The error seems to coming from boto3 itself, and its API did not change. The initial error is a timeout, hence could have been a temporary network issue, or a bug in boto3 that was resolved in the meantime.