Amazon S3 file manager for Android
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Page Asgardius abaa65516e update readme 1 month ago
.idea new release 4 months ago
app new release 4 months ago
app-store-badges update description 1 year ago
fastlane/metadata/android/en-US update readme 1 month ago
gradle/wrapper new release 5 months ago
.gitignore template init 1 year ago
LICENSE Initial commit 1 year ago
README.md update readme 1 month ago
build.gradle new release 5 months ago
gradle.properties new release 5 months ago
gradlew template init 1 year ago
gradlew.bat template init 1 year ago
settings.gradle template init 1 year ago

README.md

Asgardius S3 Manager

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, webp)
  • Plain text file preview (txt, md)
  • Webpage viewer (htm, html)
  • Multiple account support
  • Open object in external web browser
  • Create buckets
  • Delete buckets
  • Delete files
  • Delete folders
  • File upload
  • File download
  • Download folder content
  • Upload folder content
  • pdf file reader using user provided pdf.js server
  • file sharing links
  • get object info
  • get bucket info
  • Set CORS policy
  • Set bucket as public or private
  • Set object as public or private

Planned feature list

  • Nothing for now

This app is a work in progress, so it have some bugs that need to be fixed

You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist

Get it on F-Droid

Get it on Google Play

F-droid release may take a few days to get updated More info here

Steps to joining to Google Play Alpha testing channel are available here

You can get help at https://forum.asgardius.company/t/s3-manager

You can find app documentation at https://wiki-en.asgardius.company/index.php?title=Asgardius_S3_Manager_Documentation (english) or https://wiki-es.asgardius.company/index.php?title=Documentacion_Asgardius_S3_Manager (spanish)

Supported languages

  • English
  • Spanish

Knnown issues

  • Object listing can be slow on buckets with a lot of objects (4000+)
  • Slow user interface on some low-end devices
  • Running screen restarts after toggling system dark mode

Known supported providers

  • Amazon Web Services
  • Scaleway Elements
  • Wasabi Cloud
  • Backblaze B2
  • Cloudflare R2 (partial)
  • MinIO **
  • Garage **

Known not supported providers

  • Google Cloud (Not compatible with S3v4)
  • Oracle Cloud (compatibility issues with S3v4)

** Extra steps required (read documentation)