Allow AWS SDK / S3FS Re-initialization
Open
Component: C++
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
Currently s3fs cannot be re-initialized. This is a real hassle for users as multiple libraries will conflict if they try any automated lifetime management.
However, the assumption that the AWS SDK cannot be re-inited is incorrect. Upstream has already fixed this issue in 2024: https://github.com/aws/aws-sdk-cpp/issues/3128.
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.