Skip to content

Commit

Permalink
Merge branch 'main' into multi-language-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskesen committed Jul 23, 2024
2 parents ad5cec4 + 597eed5 commit fce452c
Show file tree
Hide file tree
Showing 28 changed files with 1,976 additions and 149 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added

- Support for writing to S3 buckets.

### Changed

- Calling `acquire_get_configuration` with a Zarr storage device now returns a URI of the storage device, with file://
Expand Down
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ add_library(${tgt}-obj OBJECT
common/dimension.cpp
common/thread.pool.hh
common/thread.pool.cpp
common/s3.connection.hh
common/s3.connection.cpp
common/utilities.hh
common/utilities.cpp
writers/sink.hh
writers/sink.creator.hh
writers/sink.creator.cpp
writers/file.sink.hh
writers/file.sink.cpp
writers/s3.sink.hh
writers/s3.sink.cpp
writers/writer.hh
writers/writer.cpp
writers/zarrv2.writer.hh
Expand Down
Loading

0 comments on commit fce452c

Please sign in to comment.