Skip to content
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

integration with digitalocean spaces #506

Closed
benitogf opened this issue Sep 21, 2021 · 1 comment
Closed

integration with digitalocean spaces #506

benitogf opened this issue Sep 21, 2021 · 1 comment
Labels

Comments

@benitogf
Copy link
Contributor

benitogf commented Sep 21, 2021

currently I'm not able to use tusd with digitalocean (s3 compatible service) spaces

To Reproduce

I'm using this systemd service file to run tusd:

[Install]
WantedBy=default.target

[Unit]
Description=tusd service
After=syslog.target network.target multi-user.target

[Service]
Environment="AWS_ACCESS_KEY_ID={DO_ACCESS_KEY}"
Environment="AWS_SECRET_ACCESS_KEY={DO_SECRET_KEY}"
Environment="AWS_REGION=us-east-1"
ExecStart=/usr/bin/tusd -host="127.0.0.1" -s3-bucket="{DO_SPACE_NAME}" -s3-endpoint="{DO_SPACE_ENDPOINT}"
Restart=always
RestartSec=1

able to upload files, but fetch fails with 500 (NoSuchKey) error

Setup details
Please provide following details, if applicable to your situation:

  • Operating System: Ubuntu 20.04
  • Used tusd version: v1.6.0
  • Used tusd data storage: digital ocean spaces (s3)
  • Used tusd configuration: s3-bucket and s3-endpoint
  • Used tus client library: tus-js-client
@Acconut
Copy link
Member

Acconut commented Oct 13, 2021

Closing in favor the proposed PR #507.

@Acconut Acconut closed this as completed Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants