michalc / sqlite-s3-query

Python functions to query SQLite files stored on S3
MIT License
251 stars 15 forks source link

enhancement: set bucket version to 'null' when versioning not enabled #84

Closed Wrufesh closed 1 year ago

Wrufesh commented 1 year ago

On s3 when versioning is not enabled, the version parameter is set as 'null'. Setting version parameter to 'null' when 'x-amz-version-id' header is not found allow us to use un versioned buckets.

michalc commented 1 year ago

I'm going to close this - more discussion is in https://github.com/michalc/sqlite-s3-query/pull/10