Skip to content

Instantly share code, notes, and snippets.

@ukautz
Created June 13, 2016 14:23
Show Gist options
  • Save ukautz/cf5054faf139770c40f463aaab9ea418 to your computer and use it in GitHub Desktop.
Save ukautz/cf5054faf139770c40f463aaab9ea418 to your computer and use it in GitHub Desktop.
Update for README to contain endpoint
diff --git a/README.md b/README.md
index b971bc8..0c1a433 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,13 @@ $schemes = [
'StorageClass' => 'REDUCED_REDUNDANCY',
],
- 'protocol' => 'https', // Will be autodetected based on the current request.
+ 'protocol' => 'https', // Will be autodetected based on the current request.
- 'prefix' => 'an/optional/prefix', // Directory prefix for all uploaded/viewed files.
+ 'prefix' => 'an/optional/prefix', // Directory prefix for all uploaded/viewed files.
- 'cname' => 'static.example.com', // A cname that resolves to your bucket. Used for URL generation.
+ 'cname' => 'static.example.com', // A cname that resolves to your bucket. Used for URL generation.
+
+ // 'endpoint' => 'https://api.example.com', // An alternative API endpoint for 3rd party S3 providers
],
'cache' => TRUE, // Creates a metadata cache to speed up lookups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment