Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Amazon S3 的新手,想知道我们需要在哪里存储访问密钥和密钥。实际上我正在使用 ASP.Net 应用程序,所以我可以将这些密钥存储在 Web.config 中,或者这是存储这些密钥的更好做法。
web.config 可能是最常见的存储它们的地方,如 appKeys。如果您想更好地保护它们,请加密存储它们的配置部分。