@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/esm/index.js
CHANGED
|
@@ -35865,7 +35865,7 @@ let AwsS3FileProvider = class AwsS3FileProvider {
|
|
|
35865
35865
|
};
|
|
35866
35866
|
}
|
|
35867
35867
|
getBucketFileUploadPath(fileName, filePath) {
|
|
35868
|
-
return `${ensureTailingSlash(filePath)}${
|
|
35868
|
+
return `${ensureTailingSlash(filePath)}${fileName}`;
|
|
35869
35869
|
}
|
|
35870
35870
|
getBucketFileUploadDayPath(fileName, date) {
|
|
35871
35871
|
return `${ensureTailingSlash(awsBucketSettings.value.paths.filesUpload)}${createDayPath(date)}${ensureStartSlash(newUuid$1())}_${fileName}`;
|