Open Issues Need Help
View All on GitHubAI Summary: This feature request proposes to enhance the library's compatibility by conditionally using the Web Crypto API (if available in the environment) instead of relying on Node.js's built-in `crypto` module. This would allow the library to function seamlessly in both web browsers and Node.js environments.
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle
AI Summary: Create a `BREAKING.md` file for the s3mini project, documenting all breaking changes made throughout its history. This involves compiling a list of breaking changes from release notes and potentially other sources like commit messages, and formatting them appropriately for a markdown file.
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle
AI Summary: Create a CHANGELOG.md file for the s3mini project, documenting all changes made across releases. The changelog should follow a standard format (e.g., similar to the example provided in the issue).
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle
AI Summary: Add TypeScript type definitions for S3 objects returned by the `listObjects` function in the s3mini library to improve type safety and developer experience. This involves creating an interface defining the structure of an S3 object, including properties like `key`, `lastModified`, `etag`, and `size`, and updating the `listObjects` function's return type to use this new interface.
👶 Tiny S3 client. Edge computing ready. No-dep. In Typescript. Works with @cloudflare @minio @backblaze @digitalocean @garagehq @oracle