| 3017 | }; |
| 3018 | |
| 3019 | S3FileSystem::S3FileSystem(const S3Options& options, const io::IOContext& io_context) |
| 3020 | : FileSystem(io_context), impl_(std::make_shared<Impl>(options, io_context)) { |
| 3021 | default_async_is_sync_ = false; |
| 3022 | } |
| 3023 | |
| 3024 | S3FileSystem::~S3FileSystem() {} |
| 3025 |
no outgoing calls