You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
◖◗ using AWSS3, Minio
◖◗ cfg =MinioConfig("localhost");
◖◗ p =S3Path("s3://bucket/", config=cfg);
◖◗ typeof(p)
S3Path{MinioConfig}
◖◗ typeof(typeof(p)())
S3Path{Nothing}
Arguably I should not be using typeof(p)() in the first place as it's not clear what that's creating, but, regardless, this constructor is invalid because it returns an object of a different type.
Arguably I should not be using
typeof(p)()
in the first place as it's not clear what that's creating, but, regardless, this constructor is invalid because it returns an object of a different type.This came up here.
The text was updated successfully, but these errors were encountered: