We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use s3ninja to serve my files. I emulate s3 this way. s3ninja has a host/port username/password.
It is not obvious how to use it.
you mention smart_open.
However, smart_open supports this format (no surprises here)
s3://my_key:my_secret@my_server:my_port@my_bucket/my_key
but tap-spreadsheets-anywhere takes "my_key:my_secret@my_server:my_port@my_bucket" as a bucket.
I think the documentation is non existent here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use s3ninja to serve my files. I emulate s3 this way. s3ninja has a host/port username/password.
It is not obvious how to use it.
you mention smart_open.
However, smart_open supports this format (no surprises here)
s3://my_key:my_secret@my_server:my_port@my_bucket/my_key
but tap-spreadsheets-anywhere takes "my_key:my_secret@my_server:my_port@my_bucket" as a bucket.
I think the documentation is non existent here.
The text was updated successfully, but these errors were encountered: