-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to upload files to bucket #13
Comments
Make sure you have specified a wallet key for motion please also provide the output of |
Wallet key is in there (in the .enc file) - same as in the setup I use in Motion and that works
|
I assume Motion is not booting or something, this is the error in the logs:
|
Thanks. Looks like only 3 containers out of 8 are running. I recommend looking at logs from those containers, e.g. |
I assumed everything was in the other containers ... I'll see if I can find something. Thanks |
@masih any thoughts on:
That's the first error I get when I do a docker compose up |
Looks like a missing singularity db initialisation issue. |
I think I found it, I have another database running on the same port. |
@Angelo-gh3990 Were you able to fix it? If not, try this branch #15 |
Deployed the motion S3 docker containers. Works well.
Created a bucket : aws --endpoint-url http://localhost:8000 s3 mb s3://mybucket
Looking up the bucket and showing what's in there seems to work:
aws --endpoint-url http://localhost:8000 s3 ls s3://mybucket
Now when I try to upload a file I get: aws --endpoint-url http://149.5.22.34:8000 s3 cp README.md s3://mybucket
I'm getting
upload failed: ./README.md to s3://mybucket/README.md An error occurred (ServiceUnavailable) when calling the PutObject operation (reached max retries: 4): The request has failed due to a temporary failure of the server.
The text was updated successfully, but these errors were encountered: