Skip to content

Commit

Permalink
yaml edit
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 25, 2025
1 parent 64b71f6 commit 05e634f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: codecov
on:
'on':
push:
branches:
- master
Expand All @@ -23,5 +23,3 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: mvn
on:
'on':
push:
branches:
- master
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-24.04, windows-2022, macos-15]
java: [11, 17]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pdd
on:
'on':
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: xcop
on:
'on':
push:
branches:
- master
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="http://img.jcabi.com/logo-square.png" width="64px" height="64px" />
# Object-Oriented S3 Adapter for Java

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
Expand All @@ -10,9 +10,11 @@
[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-s3.svg)](http://www.javadoc.io/doc/com.jcabi/jcabi-s3)
[![codecov](https://codecov.io/gh/jcabi/jcabi-s3/branch/master/graph/badge.svg)](https://codecov.io/gh/jcabi/jcabi-s3)

More details are here: [s3.jcabi.com](http://s3.jcabi.com/index.html).
More details are here:
[s3.jcabi.com](http://s3.jcabi.com/index.html).

Also, read this blog post: [Object-Oriented Java Adapter of Amazon S3 SDK](http://www.yegor256.com/2014/05/26/amazon-s3-java-oop-adapter.html).
Also, read this blog post:
[Object-Oriented Java Adapter of Amazon S3 SDK][blog].

It's an object layer on top of Amazon S3 SDK:

Expand Down Expand Up @@ -45,6 +47,8 @@ the `master` branch, if they look correct.

Please run Maven build before submitting a pull request:

```bash
mvn clean install -Pqulice
```
$ mvn clean install -Pqulice
```

[blog]: http://www.yegor256.com/2014/05/26/amazon-s3-java-oop-adapter.html
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/s3/AwsBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ public int compareTo(final Bucket bucket) {
}

}

2 changes: 1 addition & 1 deletion src/test/resources/META-INF/mime.types
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ audio/x-mpeg mpeg mpg
audio/x-wav wav
video/mpeg mpeg mpg mpe
video/quicktime qt mov
video/x-msvideo avi
video/x-msvideo avi

0 comments on commit 05e634f

Please sign in to comment.