Skip to content

Remove two non-used source files #8

Description

@micalevisk

As of now, only the following files are exposed:

export * from './module';
export * from './storage';
export * from './drivers';
export * from './interfaces';

while the source has theses:

.
├── lib
│   ├── constants.ts
│   ├── driverManager.ts
│   ├── drivers
│   │   ├── index.ts
│   │   ├── local.ts
│   │   └── s3Storage.ts
│   ├── helpers
│   │   ├── extensions.ts
│   │   └── index.ts
│   ├── index.ts
│   ├── interfaces
│   │   ├── fileOptions.ts
│   │   ├── index.ts
│   │   ├── storageDriver.ts
│   │   └── storageOptions.ts
│   ├── module.ts
│   ├── provider.map.ts
│   ├── service.ts
│   ├── storage.module.ts   <<<<<<<<<<<<<
│   ├── storage.service.ts  <<<<<<<<<<<<<
│   └── storage.ts

To confirm that those two storage.* files aren't used anywhere:

image

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions