David Kocher
David Kocher
_Open Connection_ displayed as sheet using same bookmark content but additionally with - _Save_ button to save as bookmark
I suspect a regression from b4a57d2f. You should be able to workaround by having a key `X/Y/`in the bucket as a directory placeholder when there are no other object keys...
As a workaround set the following [hidden configuration option](https://docs.cyberduck.io/cyberduck/preferences/#hidden-configuration-options) to disable lookup of private keys in the keychain. ``` defaults write ~/Library/Preferences/ch.sudo.cyberduck.plist connection.ssl.keystore.type "" ```
Most likely the _S3 (Credentials from AWS Command Line Interface)_ profile installed is missing a recent [configuration change](https://github.com/iterate-ch/profiles/pull/160) now required. Open _Preferences → Profiles_ to sync the latest version. You...
Regression from #17650.
> Putting in draft for now. Feedback and guidance on how to implement proper support for parallel transfer would be greatly appreciated. Discussed in https://github.com/iterate-ch/cyberduck/issues/14449#issuecomment-3189225376
> @dkocher When I move a file in or out of a directory, I see a new iRODS connection get created. It disappears eventually, but not cleanly. > > Can...
If you can share credentials with us for your test environment we can run daily integration tests from our CI.
> @dkocher When would someone choose stateless or stateful? If I change the protocol to stateless, how will that affect other operations? If I continue using stateful, what needs to...
We have other usages of Docker Compose containers in integration tests, thus that should be feasible.