简体   繁体   English

S3 亚马逊服务器修复访问

[英]S3 amazon server fix access

My Issue: I need to make fix access into our server using S3 by using password to get in. I want to make it so everyone can access a particular folder through a password we give them.我的问题:我需要通过使用密码进入来使用 S3 修复对我们服务器的访问。我想让每个人都可以通过我们给他们的密码访问特定的文件夹。 Right now we are giving them the secret key which then they have access to everything.现在我们给他们密钥,然后他们就可以访问所有内容。

At present I login from s3brower with Access key and Secret access key provided.目前我使用提供的访问密钥和秘密访问密钥从 s3brower 登录。 But this gives too much info.但这提供了太多信息。 We would like everyone to have there own password and we set the permissions.我们希望每个人都有自己的密码,我们设置了权限。

First, S3 does not behave like an FTP server. 首先,S3的行为不像FTP服务器。 You can create an IAM user for each of your users and each user can have a password as well as an access key and a secret key. 您可以为每个用户创建一个IAM用户,并且每个用户都可以具有密码以及访问密钥和秘密密钥。 However, the password will only allow the user to log in to the console. 但是,该密码仅允许用户登录到控制台。 Using a program like S3Browser will still require the user's access key and secret key. 使用类似S3Browser的程序仍将需要用户的访问密钥和秘密密钥。

You can give each user an IAM policy to set what objects they can access in S3, see Writing IAM Policies: Grant Access to User-Specific Folders in an Amazon S3 Bucket . 您可以为每个用户提供IAM策略,以设置他们可以在S3中访问的对象,请参阅编写IAM策略:授予对Amazon S3存储桶中用户特定文件夹的访问权限

AWS don't support this yet. AWS 还不支持这个。 I made a third party s3 explorer from which you can create shared link that are protected by a password:我制作了一个第三方s3 资源管理器,您可以从中创建受密码保护的共享链接:

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM