{"id":28560861,"url":"https://github.com/spacecomx/aws-storage-uploader","last_synced_at":"2026-04-19T03:04:39.957Z","repository":{"id":297018795,"uuid":"995338339","full_name":"spacecomx/aws-storage-uploader","owner":"spacecomx","description":"A utility for uploading files and directories to AWS S3 buckets and managing S3 objects.","archived":false,"fork":false,"pushed_at":"2025-06-03T17:04:37.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T22:37:00.017Z","etag":null,"topics":["aws","aws-s3","typescript","uploader"],"latest_commit_sha":null,"homepage":"","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/spacecomx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2025-06-03T10:28:51.000Z","updated_at":"2025-06-03T17:16:49.000Z","dependencies_parsed_at":"2025-06-03T22:38:34.267Z","dependency_job_id":"3070bf61-b8d2-43c4-8cfc-49c2c83ecab5","html_url":"https://github.com/spacecomx/aws-storage-uploader","commit_stats":null,"previous_names":["spacecomx/aws-storage-uploader"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/spacecomx/aws-storage-uploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacecomx%2Faws-storage-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacecomx%2Faws-storage-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacecomx%2Faws-storage-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacecomx%2Faws-storage-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacecomx","download_url":"https://codeload.github.com/spacecomx/aws-storage-uploader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacecomx%2Faws-storage-uploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272366772,"owners_count":24922221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","aws-s3","typescript","uploader"],"created_at":"2025-06-10T10:01:22.017Z","updated_at":"2026-04-19T03:04:39.905Z","avatar_url":"https://github.com/spacecomx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Storage Uploader\n\nA utility for uploading files and directories to AWS S3 buckets and managing S3 objects.\n\n## Features\n\n- Upload single files to S3\n- Upload entire directories to S3 (recursively)\n- List objects in S3 buckets\n- Delete objects from S3 buckets\n- Command-line interface for easy usage\n- TypeScript support with full type definitions\n- AWS SSO support\n\n## Installation\n\n```bash\n# Using npm\nnpm install @spacecomx/aws-storage-uploader\n\n# Using yarn\nyarn add @spacecomx/aws-storage-uploader\n\n# Using pnpm\npnpm add @spacecomx/aws-storage-uploader\n```\n\n## Quick Start\n\n```typescript\nimport { S3Uploader } from '@spacecomx/aws-storage-uploader';\n\n// Create an uploader instance with your AWS region\nconst uploader = new S3Uploader('us-east-1');\n\n// Upload a single file\nawait uploader.uploadFile('your-bucket-name', '/path/to/your/file.jpg');\n```\n\n## Documentation\n\nFor detailed usage instructions and examples:\n\n- [Usage Guide](https://github.com/spacecomx/aws-storage-uploader/blob/main/docs/USAGE.md) - Complete API documentation with examples\n- [CLI Reference](https://github.com/spacecomx/aws-storage-uploader/blob/main/docs/CLI.md) - Command-line interface documentation\n- [Contributing](https://github.com/spacecomx/aws-storage-uploader/blob/main/docs/CONTRIBUTING.md) - Guidelines for contributors\n- [Development](https://github.com/spacecomx/aws-storage-uploader/blob/main/docs/DEVELOPMENT.md) - Setup and development workflow\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/spacecomx/aws-storage-uploader/blob/main/LICENSE) file for details.\n\n## Contributors\n\n- [Wayne Gibson](https://github.com/waynegibson)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacecomx%2Faws-storage-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacecomx%2Faws-storage-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacecomx%2Faws-storage-uploader/lists"}