mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
add warning if skipped bucket creation
This commit is contained in:
@ -61,6 +61,10 @@ export class StorageService implements OnModuleInit {
|
|||||||
|
|
||||||
if (this.skipCreateBucket) {
|
if (this.skipCreateBucket) {
|
||||||
this.logger.log("Skipping the creation of the storage bucket.");
|
this.logger.log("Skipping the creation of the storage bucket.");
|
||||||
|
this.logger.warn("Make sure that the following paths are publicly accessible: ");
|
||||||
|
this.logger.warn("- /pictures/*");
|
||||||
|
this.logger.warn("- /previews/*");
|
||||||
|
this.logger.warn("- /resumes/*");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user