Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 30fb4fc

Browse files
authored
rotate key (#10)
1 parent 45b6b61 commit 30fb4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms/config/plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = ({ env }) => ({
44
config: {
55
provider: "aws-s3",
66
providerOptions: {
7-
accessKeyId: "DO004M8VR6Y63M4TBZVW", // env("SCALEWAY_ACCESS_KEY_ID"),
8-
secretAccessKey: "lvnAQwamgpmuhkULWnCsjjl3HtEnj6uGcCTkgxGov9M", // env("SCALEWAY_ACCESS_SECRET"),
7+
accessKeyId: env("STORAGE_ACCESS_KEY_ID"), // env("SCALEWAY_ACCESS_KEY_ID"),
8+
secretAccessKey: env("STORAGE_SECRET_KEY"), // env("SCALEWAY_ACCESS_SECRET"),
99
endpoint: "ams3.digitaloceanspaces.com", // env("SCALEWAY_ENDPOINT"), // e.g. "s3.fr-par.scw.cloud"
1010
params: {
1111
Bucket: "sitemedia", //env("SCALEWAY_BUCKET"),

0 commit comments

Comments
 (0)