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

Unable to view or download file stored in S3 compatible storage #28

Closed
1 task done
MrSuttonmann opened this issue Dec 12, 2023 · 5 comments
Closed
1 task done

Comments

@MrSuttonmann
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When a file is uploaded to an S3 compatible storage, the file is unable to be viewed or downloaded.

The thumbnail displays correctly:

image

However, when clicking View, the file does not load:

image

Expected Behavior

The file should be able to be viewed and downloaded.

Steps To Reproduce

  1. Set up S3 compatible storage (in my case Scaleway).
  2. Upload a file
  3. Attempt to view or download the file.

Environment

- OS: Debian 12
- How docker service was installed: packagemanager

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  xbackbone:
    image: lscr.io/linuxserver/xbackbone:latest
    container_name: xbackbone
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /home/james/docker/xbackbone:/config
    ports:
      - 2100:80
      - 21443:443
    restart: unless-stopped
networks: {}

Container logs

xbackbone  | [migrations] started
xbackbone  | [migrations] 01-nginx-site-confs-default: skipped
xbackbone  | [migrations] done
xbackbone  | usermod: no changes
xbackbone  | ───────────────────────────────────────
xbackbone  | 
xbackbone  |       ██╗     ███████╗██╗ ██████╗ 
xbackbone  |       ██║     ██╔════╝██║██╔═══██╗
xbackbone  |       ██║     ███████╗██║██║   ██║
xbackbone  |       ██║     ╚════██║██║██║   ██║
xbackbone  |       ███████╗███████║██║╚██████╔╝
xbackbone  |       ╚══════╝╚══════╝╚═╝ ╚═════╝ 
xbackbone  | 
xbackbone  |    Brought to you by linuxserver.io
xbackbone  | ───────────────────────────────────────
xbackbone  | 
xbackbone  | To support LSIO projects visit:
xbackbone  | https://www.linuxserver.io/donate/
xbackbone  | 
xbackbone  | ───────────────────────────────────────
xbackbone  | GID/UID
xbackbone  | ───────────────────────────────────────
xbackbone  | 
xbackbone  | User UID:    1000
xbackbone  | User GID:    1000
xbackbone  | ───────────────────────────────────────
xbackbone  | 
xbackbone  | using keys found in /config/keys
xbackbone  | [custom-init] No custom files found, skipping...
xbackbone  | [ls.io-init] done.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@MrSuttonmann
Copy link
Author

Please also see sergix44/XBackBone#543 and sergix44/XBackBone#536

@j0nnymoe
Copy link
Member

If they're having issues upstream, it's outside of our control.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants