Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardillb/s3share
An Android app for sharing images and videos to an S3 Bucket
https://github.com/hardillb/s3share
android kotlin s3-bucket
Last synced: 3 months ago
JSON representation
An Android app for sharing images and videos to an S3 Bucket
- Host: GitHub
- URL: https://github.com/hardillb/s3share
- Owner: hardillb
- Created: 2023-12-06T22:05:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-08T19:22:51.000Z (6 months ago)
- Last Synced: 2024-07-09T00:20:39.003Z (6 months ago)
- Topics: android, kotlin, s3-bucket
- Language: Kotlin
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S3Share
A simple Android app to allow the sharing of images and videos to S3 Buckets## Configuration
Launching the app will present a preferences screen to enter the following:- Access Key - AWS Access Key
- Access Secret - AWS Access Secret
- Bucket Name - name of the S3 Bucket
- Endpoint - The hostname or domain that the bucket is hosted on
- Path based access - Path based access or Hostname based access
- HTTPS - Use HTTPS or not![Configuration](./preferences.png)
## Using
To use just hit the share button in any of your apps that creates images or videos.
In the popup that appears there should be a S3Share icon. Selecting this will open
the S3Share Activity which will show progress of the upload and when complete allow
you to copy the URL that points to the item in the bucket.![share](./export.png)