mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
chore: Bump package lock files
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = function defineS3Hook(sails) {
|
||||
|
||||
client = new S3Client({
|
||||
endpoint: sails.config.custom.s3Endpoint,
|
||||
region: sails.config.custom.s3Region || '-',
|
||||
region: sails.config.custom.s3Region || 'eu-central-1',
|
||||
credentials: {
|
||||
accessKeyId: sails.config.custom.s3AccessKeyId,
|
||||
secretAccessKey: sails.config.custom.s3SecretAccessKey,
|
||||
|
||||
Reference in New Issue
Block a user