Skip to content

Commit e72cad4

Browse files
Add cloudflare R2 to the list of S3 Compatible Filesystems (#10158)
* Add cloudflare R2 to the list of S3 Compatible Filesystems * Update filesystem.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 64976f8 commit e72cad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Next, you may include the `read-only` configuration option in one or more of you
203203
<a name="amazon-s3-compatible-filesystems"></a>
204204
### Amazon S3 Compatible Filesystems
205205

206-
By default, your application's `filesystems` configuration file contains a disk configuration for the `s3` disk. In addition to using this disk to interact with [Amazon S3](https://aws.amazon.com/s3/), you may use it to interact with any S3-compatible file storage service such as [MinIO](https://github.com/minio/minio), [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/), [Akamai / Linode Object Storage](https://www.linode.com/products/object-storage/), [Vultr Object Storage](https://www.vultr.com/products/object-storage/), or [Hetzner Cloud Storage](https://www.hetzner.com/storage/object-storage/).
206+
By default, your application's `filesystems` configuration file contains a disk configuration for the `s3` disk. In addition to using this disk to interact with [Amazon S3](https://aws.amazon.com/s3/), you may use it to interact with any S3-compatible file storage service such as [MinIO](https://github.com/minio/minio), [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/), [Vultr Object Storage](https://www.vultr.com/products/object-storage/), [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/), or [Hetzner Cloud Storage](https://www.hetzner.com/storage/object-storage/).
207207

208208
Typically, after updating the disk's credentials to match the credentials of the service you are planning to use, you only need to update the value of the `endpoint` configuration option. This option's value is typically defined via the `AWS_ENDPOINT` environment variable:
209209

0 commit comments

Comments
 (0)