-
-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
738347e
commit 7e3744f
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Linode | ||
====== | ||
|
||
Linode implements the S3 protocol. To use it follow the instructions in the :doc:`Amazon S3 docs <amazon-S3>` with the important caveats that you must: | ||
|
||
- Set ``AWS_S3_REGION_NAME`` to your Linode region (such as ``eu-central-1``) | ||
- Set ``AWS_S3_ENDPOINT_URL`` to the value of ``https://{BUCKET_NAME}.{REGION_NAME}.linodeobjects.com`` | ||
- Set the values of ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` to the corresponding values from Linode | ||
|