itc-components-library20 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1600,7 +1600,7 @@ class Minio {
1600
1600
  });
1601
1601
  // Configura l'endpoint di minio
1602
1602
  this.s3 = new AWS.S3({
1603
- endpoint: new AWS.Endpoint('http://minio.aslss.stage'),
1603
+ endpoint: new AWS.Endpoint(this.endpoint),
1604
1604
  s3ForcePathStyle: true,
1605
1605
  signatureVersion: 'v4'
1606
1606
  });