fix: Attachments on public share links broken when using AWS Accelerate
fix: Attachments broken when using non-collab and AWS bucket on the same host (https://github.com/outline/outline/discussions/3274\)
This commit is contained in:
@@ -7,6 +7,7 @@ export type PublicEnv = {
|
||||
CDN_URL: string;
|
||||
COLLABORATION_URL: string;
|
||||
AWS_S3_UPLOAD_BUCKET_URL: string;
|
||||
AWS_S3_ACCELERATE_URL: string;
|
||||
DEPLOYMENT: "hosted" | "";
|
||||
ENVIRONMENT: "production" | "development";
|
||||
SENTRY_DSN: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user