pub const OPENDAL_S3_CONNECTOR: &str = "s3_v2";
Expand description
The new s3_v2
will use opendal.
Note: user uses connector='s3'
, which is converted to connector='s3_v2'
in frontend (in validate_compatibility
).
If user inputs connector='s3_v2'
, it will be rejected.