阿里云 OSS 文件上传工具,支持上传文件到阿里云对象存储并生成临时访问链接。使用场景:将本地文件上传到 OSS 并获得可分享的临时 URL。需要配置 ALIYUN_OSS_ACCESS_KEY_ID、ALIYUN_OSS_ACCESS_KEY_SECRET、ALIYUN_OSS_ENDPOINT、ALIYUN_OSS_BUCKET 环境变量。
- Initial release of aliyun-oss-upload. - Supports uploading local files to Alibaba Cloud OSS. - Generates temporary signed URLs for secure file sharing. - Requires configuration of OSS credentials and settings via environment variables. - Includes CLI commands for uploading files and generating access links. - Handles large file uploads automatically; default signed URL expiry is 1 hour.