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

Amazon S3 Not Connecting #1792

Closed
cyberduck opened this issue Feb 21, 2008 · 3 comments
Closed

Amazon S3 Not Connecting #1792

cyberduck opened this issue Feb 21, 2008 · 3 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

8aa0fce created the issue

I downloaded svn trunk, built, and am attempting to connect to Amazon S3, but the window just sits there with a status of authenticating.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you find any related output in the console.log (/Applications/Utilities/Console.app)? Same results when using the nightly build from (http://update.cyberduck.ch/nightly/Cyberduck-3499.tar.gz)?

@cyberduck
Copy link
Collaborator Author

8aa0fce commented

Hi!

I'm a newer mac user, so I didn't even think about looking at the console.log, but that was all I needed to figure it out.

The problem was that the s3service.default-bucket-location property was being set to null, and the underlying data structure is a Hashtable, so it throws a NullPointerException when it gets set.

I'll go ahead and attach a patch as well.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Thanks for the patch.

@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
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants