fix(smarts3): Use filesystem store for bucket creation and remove smartbucket runtime dependency
This commit is contained in:
@@ -24,7 +24,7 @@ export class Smarts3Server {
|
||||
private httpServer?: plugins.http.Server;
|
||||
private router: S3Router;
|
||||
private middlewares: MiddlewareStack;
|
||||
private store: FilesystemStore;
|
||||
public store: FilesystemStore; // Made public for direct access from Smarts3 class
|
||||
private options: Required<ISmarts3ServerOptions>;
|
||||
|
||||
constructor(options: ISmarts3ServerOptions = {}) {
|
||||
|
||||
Reference in New Issue
Block a user