You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I discovered I could put "aws_s3_host: 192.168.56.101" in my .s3conf/s3config.yml and point s3cmd and s3sync at my Openstack Swift[1] dev machine (which is running swift3[2]) - I was pretty excited! Cause it worked!
But I had to bounce the port over to 80 because everything relies on that handy PORTS_BY_SECURITY map and also the fact that s3try doesn't pass in a port when creating it's AWSAuthConnection. So I didn't see an easy override.
Moving my proxy servers over to 80 works... but then I have to start services with sudo so they can bind to a privileged port (i know, wah wah wah).
Still, I think a aws_s3_port option could get bubbled up out to the conf the way i want without too much trouble. So I'd love to try and send a PR, but I didn't see any tests, and I don't use s3 that much, and I'm not really up to speed on idiomatic ruby...
But basically I just want to add $AWS_S3_PORT to S3sync and always pass it in (even if its nil) to AWSAuthConnection (and QueryStringAuthGenerator?).
When I discovered I could put "aws_s3_host: 192.168.56.101" in my .s3conf/s3config.yml and point s3cmd and s3sync at my Openstack Swift[1] dev machine (which is running swift3[2]) - I was pretty excited! Cause it worked!
But I had to bounce the port over to 80 because everything relies on that handy PORTS_BY_SECURITY map and also the fact that s3try doesn't pass in a port when creating it's AWSAuthConnection. So I didn't see an easy override.
Moving my proxy servers over to 80 works... but then I have to start services with sudo so they can bind to a privileged port (i know, wah wah wah).
Still, I think a aws_s3_port option could get bubbled up out to the conf the way i want without too much trouble. So I'd love to try and send a PR, but I didn't see any tests, and I don't use s3 that much, and I'm not really up to speed on idiomatic ruby...
But basically I just want to add $AWS_S3_PORT to S3sync and always pass it in (even if its nil) to AWSAuthConnection (and QueryStringAuthGenerator?).
What do you think:
^ WOMM! 🙏
1 - https://launchpad.net/swift
2 - https://github.com/fujita/swift3
The text was updated successfully, but these errors were encountered: