You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# netlify-spaces
2
2
3
-
Netlify functions for working with Amazon S3/Digitalocean Spaces
3
+
Netlify functions for working with Amazon S3/Digitalocean Spaces. It uses Netlify Identity for authentication, so only logged-in users can make requests to S3/Spaces.
4
4
5
5
## How To:
6
6
@@ -18,3 +18,11 @@ In Netlify, go to settings > environment and create the following environment va
18
18
`S3_KEY`: your S3/Spaces key\
19
19
`S3_SECRET`: your S3/Spaces secret\
20
20
`S3_BUCKET`: your S3/Spaces bucket
21
+
22
+
### 3. Enable Netlify Identity and log in
23
+
In Netlify, go to 'Identity' and press 'Enable Identity'\
24
+
Log in to your website via /login\
25
+
After login, you'll be redirected to the homepage, where you can test the integration with S3/Spaces
26
+
27
+
### 4. Press the :star: button
28
+
Don't forget to press the :star: button to let me know I should continue improving this project
0 commit comments