Tiny documentation typo fix
This commit is contained in:
parent
6bfbb27856
commit
67c6f27064
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# S3 Compabible Object Storage backends
|
||||
# S3 Compatible Object Storage backends
|
||||
|
||||
To connect SFTPGo to AWS, you need to specify credentials, a `bucket` and a `region`. Here is the list of available [AWS regions](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions). For example, if your bucket is at `Frankfurt`, you have to set the region to `eu-central-1`. You can specify an AWS [storage class](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html) too. Leave it blank to use the default AWS storage class. An endpoint is required if you are connecting to a Compatible AWS Storage such as [MinIO](https://min.io/).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue