chore(config): 更新环境变量示例及npm身份验证令牌

- 在.env.example中添加S3_ENDPOINT环境变量示例配置
- 将.npmrc中npmjs.org的_authToken改为固定令牌
- 升级package.json版本号到0.0.15
- 调整测试文件中putObject调用的对象路径为'lanzhoub/a.json'
This commit is contained in:
2026-01-08 01:31:38 +08:00
parent 6411e42b3a
commit f512d97e09
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
S3_ACCESS_KEY_ID=your_access_key_id
S3_SECRET_ACCESS_KEY=your_secret_access_key
S3_REGION=your_region
S3_BUCKET_NAME=your_bucket_name
S3_BUCKET_NAME=your_bucket_name
S3_ENDPOINT=your_endpoint