{"id":15137658,"url":"https://github.com/iagocalazans/nestjs-google-cloud-storage","last_synced_at":"2026-02-03T15:01:15.706Z","repository":{"id":161846110,"uuid":"636471969","full_name":"iagocalazans/nestjs-google-cloud-storage","owner":"iagocalazans","description":"Google Cloud Storage as a very simple Module for NestJS framework","archived":false,"fork":false,"pushed_at":"2024-01-11T23:06:34.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T14:50:03.150Z","etag":null,"topics":["bucket","google-cloud","nestjs","storage"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nestjs-google-cloud-storage","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iagocalazans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-04T23:34:49.000Z","updated_at":"2023-05-05T01:06:47.000Z","dependencies_parsed_at":"2024-08-23T00:07:10.168Z","dependency_job_id":"20fb4577-e892-42c6-8945-7bb5f17680dc","html_url":"https://github.com/iagocalazans/nestjs-google-cloud-storage","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"1d566604b90293a2e9c67729e66d18abdd6f420f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iagocalazans/nestjs-google-cloud-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagocalazans%2Fnestjs-google-cloud-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagocalazans%2Fnestjs-google-cloud-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagocalazans%2Fnestjs-google-cloud-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagocalazans%2Fnestjs-google-cloud-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagocalazans","download_url":"https://codeload.github.com/iagocalazans/nestjs-google-cloud-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagocalazans%2Fnestjs-google-cloud-storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bucket","google-cloud","nestjs","storage"],"created_at":"2024-09-26T07:01:29.726Z","updated_at":"2026-02-03T15:01:15.664Z","avatar_url":"https://github.com/iagocalazans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nestjs-google-cloud-storage\n\nGoogle Cloud Storage as a very simple Module for NestJS framework\n\n## Installation\n\n```bash\nyarn add nestjs-google-cloud-storage\n```\n\n```bash\nnpm install --save nestjs-google-cloud-storage\n```\n\n## Usage\n\nYou can load it as a global module and then just inject it normaly.\n\n```ts\nimport { StorageModule } from 'nestjs-google-cloud-storage';\n\n@Module({\n  imports: [\n    StorageModule.forRoot({\n      bucket: 'your-bucket-name', // This is optional\n      isGlobal: true,\n    })\n  ],\n  controllers: [AppController],\n  providers: [AppService],\n})\nexport class AppModule {}\n```\n\n```ts\nimport { StorageService } from 'nestjs-google-cloud-storage';\n\n@Injectable()\nexport class CustomService {\n  constructor(\n    private readonly storageService: StorageService,\n  ) {}\n\n  create() {\n    const writableFile = this.storageService.createFileStream(\n          `filename.wav`,\n          { contentType: 'audio/x-wav' },\n        );\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagocalazans%2Fnestjs-google-cloud-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagocalazans%2Fnestjs-google-cloud-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagocalazans%2Fnestjs-google-cloud-storage/lists"}