# AWSPush **Repository Path**: bogegit/AWSPush ## Basic Information - **Project Name**: AWSPush - **Description**: aws push工具 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-23 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWSPush #### 介绍 aws 上传资源打包工具 #### 软件架构 基于AWS SDK1.0 开发的一款上传资源工具, 该工具包括上传资源到s3存储桶上,包含增(改)删 同时包含 cloudfront 清除服务器缓存功能 #### 安装教程 1. 如果想用命令方式使用本软件,可以设置个别名 2. window 设置别名方法 https://zybuluo.com/puppet007/note/1392878 3. 我这里设置的别名是aws 4. 在jar同目录下配置一个登录文件, 在未传入用户信息的时候,或在根目录下寻找.aws_user文件 5. .aws_user 只有两个值 aws_id aws_psd 对应 key -> Secret key #### 使用说明 1. aws -help 可查看帮助文档 2. aws clear 或者 aws cls 执行清除cloudfront 3. aws -t 2 bname test 创建一个名叫test的桶 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request