Browse Source

Tiny documentation typo fix

Sam Millar 5 years ago
parent
commit
67c6f27064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/s3.md

+ 1 - 1
docs/s3.md

@@ -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/).