Skip to content

Commit cbf3de2

Browse files
committed
Changes.
1 parent f2207c4 commit cbf3de2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

33
[9.3.0](https://github.com/iterate-ch/cyberduck/compare/release-9-2-4...release-9-3-0)
4-
54
* [Feature] Connect with Multi-Bucket Application Keys that grant access to a specific group of buckets within an
65
account, including the option to limit access based on a single file prefix (B2) (#17139)
6+
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by assuming role with optional Multi-Factor Authentication (MFA) input (S3) (#17437)
7+
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by getting session token with optional Multi-Factor Authentication (MFA) input (S3) (#17506)
78

8-
[9.2.4](https://github.com/iterate-ch/cyberduck/compare/release-9-2-3...release-9-2-4)
9+
[9.2.4](https://github.com/iterate-ch/cyberduck/compare/release-9-2-3...release-9-2-4)
910
* [Bugfix] Unable to close connection window with "Cancel" (macOS) (#17366)
1011
* [Bugfix] Choose "Cancel" in upload prompt continues transfer (macOS) (#17358)
1112
* [Bugfix] Change button styles for bottom bar of window (macOS) (#17407)

www/update/changelog.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@
9494
target="_blank"
9595
href="https://trac.cyberduck.io/ticket/17139">#17139</a>)
9696
</li>
97+
<li><span class=" label label-success">Feature</span> Connect with connection profile obtaining temporary
98+
credentials from AWS Security Token Service (STS) by assuming role with optional Multi-Factor Authentication
99+
(MFA) input (S3) (<a
100+
target="_blank"
101+
href="https://trac.cyberduck.io/ticket/17437">#17437</a>)
102+
</li>
103+
<li><span class=" label label-success">Feature</span> Connect with connection profile obtaining temporary
104+
credentials from AWS Security Token Service (STS) by getting session token with optional Multi-Factor
105+
Authentication (MFA) input (S3) (<a
106+
target="_blank"
107+
href="https://trac.cyberduck.io/ticket/17506">#17506</a>)
108+
</li>
97109
</ul>
98110

99111
<p>

0 commit comments

Comments
 (0)