This is an automated email from the ASF dual-hosted git repository.
mbenson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-s3.git.
from 71ed6a9 add .asf.yaml
new 0a571c3 tweak
new b81ff5a support Duration
new 6b2f913 first cut of documentation
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/index.html | 96 ++++++++++++++++
.../s3/antlib.xml => docs/inlineproperties.html | 26 +++--
docs/s3client.html | 80 ++++++++++++++
.../ant/s3/antlib.xml => docs/s3compareselect.html | 25 +++--
docs/s3delete.html | 82 ++++++++++++++
docs/s3object.html | 80 ++++++++++++++
docs/s3objects.html | 122 +++++++++++++++++++++
docs/s3put.html | 96 ++++++++++++++++
docs/style.css | 63 +++++++++++
src/main/org/apache/ant/s3/Put.java | 34 +++++-
src/main/org/apache/ant/s3/StringConversions.java | 2 +
11 files changed, 684 insertions(+), 22 deletions(-)
create mode 100644 docs/index.html
copy src/main/org/apache/ant/s3/antlib.xml => docs/inlineproperties.html (63%)
create mode 100644 docs/s3client.html
copy src/main/org/apache/ant/s3/antlib.xml => docs/s3compareselect.html (64%)
create mode 100644 docs/s3delete.html
create mode 100644 docs/s3object.html
create mode 100644 docs/s3objects.html
create mode 100644 docs/s3put.html
create mode 100644 docs/style.css