diff --git a/docs/s3.md b/docs/s3.md index c815da8d..23015d46 100644 --- a/docs/s3.md +++ b/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/).