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
/
jsonschema2db/jsonschema2db.py
Line 365 in 60832f5
If every key string in S3 should start with a / then the path where this key is appended should not have a / otherwise you will end up with paths like
s3://bucketname//prefix/...
The text was updated successfully, but these errors were encountered:
feel free to submit a pull request!
Sorry, something went wrong.
No branches or pull requests
jsonschema2db/jsonschema2db.py
Line 365 in 60832f5
If every key string in S3 should start with a
/
then the path where this key is appended should not have a/
otherwise you will end up with paths likes3://bucketname//prefix/...
The text was updated successfully, but these errors were encountered: