Skip to content

"sorry" i want to use another storage type and couldnt get s3 to work #17

@sudo-bencho

Description

@sudo-bencho
  • s3 with custom endpoint is not documented , ( i guess its aws-sdk foo )
  • i would like to use a custom distributed storage ( database )
  • managed it to build other "room"/"storage" servers , but i have no idea why this project does not use them , there are /v1/ requests for the fake firebase but nothing about /api/v2/ requests except /api/v2/post/ , custom servers export these endpoints:
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [InstanceLoader] AppModule dependencies initialized +97ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RoutesResolver] ScenesController {/api/v2/scenes}: +6ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/scenes/:id, GET} route +2ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/scenes, POST} route +0ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RoutesResolver] RoomsController {/api/v2/rooms}: +1ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/rooms/:id, GET} route +0ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/rooms/:id, PUT} route +2ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RoutesResolver] FilesController {/api/v2/files}: +0ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/files/:id, GET} route +1ms
| [Nest] 17  - 09/03/2025, 7:03:53 PM     LOG [RouterExplorer] Mapped {/api/v2/files/:id, PUT} route +0ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions