Warning, /network/kio-s3/doc/index.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 <!ENTITY % addindex "IGNORE"> 0004 <!ENTITY % English "INCLUDE" > 0005 ]> 0006 <!-- 0007 SPDX-License-Identifier: CC0-1.0 0008 SPDX-FileCopyrightText: 2020 Elvis Angelaccio <elvis.angelaccio@kde.org> 0009 --> 0010 <article lang="&language;" id="s3"> 0011 <title>kio-s3</title> 0012 0013 <articleinfo> 0014 0015 <authorgroup> 0016 <author><firstname>Elvis</firstname><surname>Angelaccio</surname> 0017 <affiliation> 0018 <address> 0019 <email>elvis.angelaccio@kde.org</email> 0020 </address> 0021 </affiliation> 0022 </author> 0023 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0024 </authorgroup> 0025 0026 <date>2021-01-05</date> 0027 <releaseinfo>kio-s3 0.9.70</releaseinfo> 0028 0029 </articleinfo> 0030 0031 <para>KIO S3 allows you to list Amazon S3 buckets and objects, to upload files and folders to a bucket and to delete objects from a bucket. You can also copy folders or objects within S3, as well as move or rename objects.</para> 0032 0033 <para>You can use the s3 KIO worker like this:</para> 0034 <para><userinput>s3://</userinput> or <userinput>s3://<replaceable>mybucket/mykey</replaceable></userinput>.</para> 0035 0036 <para>The first URL shows all your S3 buckets.</para> 0037 0038 <para>The URL <userinput>s3://<replaceable>mybucket/mykey</replaceable></userinput> lists all the files and folders 0039 from your <userinput>mybucket</userinput> bucket.</para> 0040 0041 </article>