Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed May 30, 2024
2 parents 149afbc + 67750f3 commit 4ff8b6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Disciple.Tools - Storage is intended to help manage connections with remote object storage services, such as AWS S3, Backblaze, etc.

## Community

Need help or have a question? Join the D.T Forum: https://community.disciple.tools/category/17/d-t-storage

## Purpose

Provide the ability to store/retrieve all storage content within 3rd party object storage services; offering greater security.
Expand All @@ -28,7 +32,7 @@ DT_Storage::upload_file( string $key_prefix = '', array $upload = [], string $ex
![1](/documentation/readme/imgs/1.png)

- The following connection types (3rd Party Object Storage Services) are currently supported:
- [BackBlaze](https://www.backblaze.com/) (Recommened) - See our [BackBlaze setup notes](https://github.com/DiscipleTools/disciple-tools-storage/wiki/S3-Storage-Services#backblaze)
- [BackBlaze](https://www.backblaze.com/) (Recommened) - See our [BackBlaze setup notes](https://disciple.tools/docs/storage/#backblaze)
- [AWS S3](https://aws.amazon.com/s3/)
- [MinIO](https://min.io/)

Expand All @@ -44,9 +48,6 @@ DT_Storage::upload_file( string $key_prefix = '', array $upload = [], string $ex

![6](/documentation/readme/imgs/6.png)

- Currently, storage connections are only available when editing user profile pictures.

![7](/documentation/readme/imgs/7.png)

## Requirements

Expand Down

0 comments on commit 4ff8b6b

Please sign in to comment.