-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delete s3v2, add ess and essv2, add mprepare and mfilewrite in ess an…
…d essv2
- Loading branch information
wanghx
committed
Feb 18, 2022
1 parent
b365dac
commit 2bc3ae9
Showing
208 changed files
with
2,270 additions
and
2,357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
*.class | ||
#dist/osgi/plugins/cosbench*.jar | ||
dist/osgi/plugins/cosbench*.jar | ||
|
||
# Package Files # | ||
#/0.3.0.10 | ||
#/0.3.0.8 | ||
#/0.3.0.9 | ||
#/META-INF | ||
#/OSGI-INF | ||
/0.3.0.10 | ||
/0.3.0.8 | ||
/0.3.0.9 | ||
/META-INF | ||
/OSGI-INF | ||
|
||
# other files # | ||
about-git-ehualu.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,27 @@ Amazon S3 and Openstack* swift are well-known object storage solutions. | |
COSBench now supports OpenStack* Swift, Amazon* S3, OpenIO*, Amplidata v2.3, 2.5 and 3.1, Scality*, Ceph, CDMI, Google* Cloud Storage, Aliyun OSS as well as custom adaptors. | ||
|
||
|
||
New features(Usage, pls read CHANGELOG-ehualu, thanks.) | ||
New features for ess and essv2(Usage, please refer to conf/ehualu-config-sample.xml, thanks.) | ||
---------------------------------------- | ||
- aws_region parameter for s3v2. | ||
- New feature from bissenbay/s3-range-and-prefetch, thanks for this PR. | ||
- head object | ||
- s3v2(same to s3 except sdk version: s3v2 is aws-sdk-java-v2.) | ||
- mprepare, multipart upload object at prepare stage. | ||
- mfilewrite, multipart upload object at filewrite stage. | ||
- aws_region parameter for essv2. | ||
- New feature from bissenbay/s3-range-and-prefetch, thanks for this PR(only for ess, please read conf/s3-config-prefetch-sample.xml and conf/s3-config-range-sample.xml). | ||
- Head object | ||
- GiB, MiB, KiB: Now GB is 10^n, GiB is 2^n. | ||
- Multipart upload: Add Multipart upload method and part_size parameter: You can set it now. Default is 5MiB. | ||
- Restore Object: Add Restore method and restore_days parameter: restore_days. You can set it now. Default is 1. | ||
- StorageClass: Now you can set object's storageclass. | ||
- HTTPS: If want to disable verify SSL, please set no_verify_ssl to true. | ||
- StorageClass: Now you can set object's storageclass. Default is STANDARD. | ||
- HTTPS: If want to disable verify SSL, please set no_verify_ssl to true. Default is false. | ||
|
||
|
||
eHualu - Notice | ||
---------------------------------------- | ||
- s3v2 was deleted(essv2 instead), s3 is no longer actively maintained. | ||
- if need new features, please use ess/essv2, thanks. | ||
- ess means e-SuperStor(s3) | ||
- ess use aws-sdk-java(now, version is 1.12.158) | ||
- essv2 use aws-sdk-java-v2(now, version is 2.17.129) | ||
|
||
|
||
Important Notice and Contact Information | ||
|
@@ -30,8 +40,6 @@ the need to invest enough effort to learn how to use it effectively and to addre | |
b) To help COSBench develop further, please become an active member of the community and consider giving back by making | ||
contributions. | ||
|
||
For other questions, contact [email protected]. | ||
|
||
|
||
Licensing | ||
--------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.4.7.5 | ||
0.4.7.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.