1 Star 8 Fork 5

code2roc / LocalS3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

logo

LocalS3

一个符合S3协议的文件存储服务,部署简单,使用便捷!


前言:

LocalS3 介绍

LocalS3 是一个文件存储服务,无外部组件依赖,符合S3协议规范

支持aws-sdk接入项目

支持s3 browser连接管理

API名称 备注
CreateBucket
ListBuckets
HeadBucket
DeleteBucket
ListObjects
HeadObject
PutObject
GetObject
DeleteObject
CreateMultipartUpload
UploadPart
CompleteMultipartUpload

你只需要进行以下步骤就可以快速使用

  • 下载 最新发行版
  • 执行java -jar locals3-[last-version].jar 命令运行
MIT License Copyright (c) 2023 code2roc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

文件存储服务,兼容S3协议 展开 收起
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/code2roc/local-s3.git
git@gitee.com:code2roc/local-s3.git
code2roc
local-s3
LocalS3
master

搜索帮助