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.
2 parents 4cba1a2 + 6bd8a8f commit d2de889Copy full SHA for d2de889
apps/OpenSignServer/index.js
@@ -24,8 +24,9 @@ if (useLocal !== 'true') {
24
try {
25
const spacesEndpoint = new AWS.Endpoint(process.env.DO_ENDPOINT);
26
const s3Options = {
27
- bucket: process.env.DO_SPACE, // globalConfig.S3FilesAdapter.bucket,
+ bucket: process.env.DO_SPACE,
28
baseUrl: process.env.DO_BASEURL,
29
+ fileAcl: 'none',
30
region: process.env.DO_REGION,
31
directAccess: true,
32
preserveFileName: true,
0 commit comments