We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1782f6 commit 73e1439Copy full SHA for 73e1439
server/src/file/file.service.ts
@@ -168,7 +168,7 @@ export class FileService {
168
169
private getPublicFileUrl(key: string, bucket: string) {
170
const region = this.region;
171
- return `https://${bucket}.s3.${region}.backblazeb2.com/${key}`;
+ return `https://${bucket}.s3.${region}.backblazeb2.com/${key}`; // TODO: make possible to use custom domain
172
}
173
174
public async deleteSong(nbsFileUrl: string) {
0 commit comments