File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
s3/src/main/java/ch/cyberduck/core/s3 Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1818 */
1919
2020import ch .cyberduck .core .AbstractProtocol ;
21- import ch .cyberduck .core .Credentials ;
2221import ch .cyberduck .core .CredentialsConfigurator ;
2322import ch .cyberduck .core .DirectoryDelimiterPathContainerService ;
2423import ch .cyberduck .core .LocaleFactory ;
25- import ch .cyberduck .core .LoginOptions ;
2624import ch .cyberduck .core .PathContainerService ;
2725import ch .cyberduck .core .Protocol ;
2826import ch .cyberduck .core .Scheme ;
@@ -114,12 +112,6 @@ public String favicon() {
114112 return this .icon ();
115113 }
116114
117- @ Override
118- public boolean validate (final Credentials credentials , final LoginOptions options ) {
119- // Password input is disabled for AWS CLI connection profile but requires lookup in AWS CLI configuration.
120- return super .validate (credentials , new LoginOptions (options ).token (true ));
121- }
122-
123115 @ Override
124116 public String getAuthorization () {
125117 return PreferencesFactory .get ().getProperty ("s3.signature.version" );
You can’t perform that action at this time.
0 commit comments