update readme

This commit is contained in:
Page Asgardius 2022-09-09 17:31:41 -07:00
parent 12696928be
commit d3fd9c2fe7
3 changed files with 38 additions and 1 deletions

View file

@ -1,3 +1,20 @@
# 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

View 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"
}