| 3076 | }; |
| 3077 | |
| 3078 | S3FileSystem::S3FileSystem(const S3Options& options, const io::IOContext& io_context) |
| 3079 | : FileSystem(io_context), impl_(std::make_shared<Impl>(options, io_context)) { |
| 3080 | default_async_is_sync_ = false; |
| 3081 | } |
| 3082 | |
| 3083 | S3FileSystem::~S3FileSystem() {} |
| 3084 |
no outgoing calls