Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 2FA #10222

Closed
cyberduck opened this issue Feb 12, 2018 · 1 comment
Closed

Support 2FA #10222

cyberduck opened this issue Feb 12, 2018 · 1 comment
Assignees
Labels
feature fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

Amazon S3 supports 2FA for delete requests when the bucket has versioning enabled since some time – this is supported in Cyberduck and can be configured in the Info panel in File → Info (⌘-I) → S3.

A newer option in AWS allows to enable 2FA for users managed in IAM for any API operation. This can be configured using a policy that has a aws:MultiFactorAuthPresent option as documented. This feature is not fully supported in Cyberduck – you will get a permission failure trying to access the bucket – as it requires to obtain temporary access tokens.

Obtaining temporary credentials is only supported when you run Cyberduck on EC2. Refer to [Connecting with temporary access credentials (Token) from EC2. Refer to Connecting with temporary access credentials (Token) from EC2 – that is probably not what you are looking for.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Related to #8880.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants