mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
document caching on Digital Ocean spaces
I briefly tested this, and it seems to work fine. Fixes #159
This commit is contained in:
parent
53916943e5
commit
be4555a867
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@ enabled using the `-cache` flag. It supports the following values:
|
||||||
|
|
||||||
s3://fake-region/bucket/folder?endpoint=minio:9000&disableSSL=1&s3ForcePathStyle=1
|
s3://fake-region/bucket/folder?endpoint=minio:9000&disableSSL=1&s3ForcePathStyle=1
|
||||||
|
|
||||||
|
Similarly, for [Digital Ocean Spaces](https://www.digitalocean.com/products/spaces/),
|
||||||
|
provide a dummy region value and the appropriate endpoint for your space:
|
||||||
|
|
||||||
|
s3://fake-region/bucket/folder?endpoint=sfo2.digitaloceanspaces.com
|
||||||
|
|
||||||
[aws-options]: https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
[aws-options]: https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
||||||
|
|
||||||
- gcs URL (e.g. `gcs://bucket-name/optional-path-prefix`) - will cache images
|
- gcs URL (e.g. `gcs://bucket-name/optional-path-prefix`) - will cache images
|
||||||
|
|
Loading…
Reference in a new issue