update readme
This commit is contained in:
parent
12696928be
commit
d3fd9c2fe7
3 changed files with 38 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,3 +1,20 @@
|
||||||
# s3manager
|
# s3manager
|
||||||
|
|
||||||
Amazon S3 file manager for Android
|
File Explorer to manage servers compatible with S3 Object Storage Protocol
|
||||||
|
|
||||||
|
Current feature list
|
||||||
|
-Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4,, m4v, webm)
|
||||||
|
-Picture preview (jpg, jpeg, png, gif)
|
||||||
|
-Plain text file preview (txt, md)
|
||||||
|
-Webpage viewer (htm, html)
|
||||||
|
-Multiple account support
|
||||||
|
-Open object in external web browser
|
||||||
|
|
||||||
|
Known supported providers
|
||||||
|
-Amazon Web Services
|
||||||
|
-Scaleway Elements
|
||||||
|
-Oracle Cloud
|
||||||
|
-MinIO
|
||||||
|
|
||||||
|
Known not supported providers
|
||||||
|
-Google Cloud
|
20
app/release/output-metadata.json
Normal file
20
app/release/output-metadata.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "APK",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "asgardius.page.s3manager",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 2,
|
||||||
|
"versionName": "0.1.0",
|
||||||
|
"outputFile": "s3-manager-0.1.0-release.apk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in a new issue