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

Preference s3.url.expire.seconds not changing expiry for signed URL #8602

Closed
cyberduck opened this issue Feb 23, 2015 · 4 comments
Closed

Preference s3.url.expire.seconds not changing expiry for signed URL #8602

cyberduck opened this issue Feb 23, 2015 · 4 comments
Assignees
Labels
bug s3 AWS S3 Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

4e6e294 created the issue

I have executed the following command in my terminal on a Mac:

defaults write ch.sudo.cyberduck s3.url.expire.seconds 86400

I then restarted Cyberduck (and rebooted), but the Signed URL Expiry is still just 1 hour. Is this a defect or am I doing something wrong?

I executed the same command on an earlier version of Cyberduck on OSX 10.8, without any issues. Attached are screenshots of the output of "defaults find s3", as well as the S3 Info Panel.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you try to apply the default explicitly to ~/Library/Preferences/ch.sudo.cyberduck.plist (if you are using the version from cyberduck.io) or ~/Library/Containers/ch.sudo.cyberduck/Data/Library/Preferences/ch.sudo.cyberduck.plist (if you are using the version from the Mac App Store.

defaults write ~/Library/Preferences/ch.sudo.cyberduck.plist s3.url.expire.seconds 86400

Please note that 86400 (24 hours) is the default setting.

@cyberduck
Copy link
Collaborator Author

4e6e294 commented

I am using the Cyberduck version from cyberduck.io and applied the default explicitly to ~/Library/Preferences/ch.sudo.cyberduck.plist. I then restarted Cyberduck (and rebooted), and still no change. The default is still 1 hour (which seems strange since it should be 24 hours). Any other ideas?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I see. In the Info panel the first signed URL is displayed which expires in 1 hour. Choose Edit → Copy URL… (or use the browser context menu) to display all variants.

@cyberduck
Copy link
Collaborator Author

4e6e294 commented

Perfect! This worked. Thank you.

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

No branches or pull requests

2 participants