@punks/backend-entity-manager 0.0.459 → 0.0.460
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -35880,7 +35880,7 @@ let AwsS3FileProvider = class AwsS3FileProvider {
|
|
|
35880
35880
|
};
|
|
35881
35881
|
}
|
|
35882
35882
|
getBucketFileUploadPath(fileName, filePath) {
|
|
35883
|
-
return `${backendCore.ensureTailingSlash(filePath)}${
|
|
35883
|
+
return `${backendCore.ensureTailingSlash(filePath)}${fileName}`;
|
|
35884
35884
|
}
|
|
35885
35885
|
getBucketFileUploadDayPath(fileName, date) {
|
|
35886
35886
|
return `${backendCore.ensureTailingSlash(awsBucketSettings.value.paths.filesUpload)}${createDayPath(date)}${backendCore.ensureStartSlash(backendCore.newUuid())}_${fileName}`;
|