Skip to content

0.2.1

Compare
Choose a tag to compare
@yihming yihming released this 21 Mar 21:37
· 15 commits to main since this release
  • Add -r option back to strato cp command for copying local folders to AWS S3 bucket. (PR #18 by @joshua-gould )
  • strato exists command on AWS S3 folders now uses s3fs instead of boto3 package, in order to resolve the conflicts with pandas read_csv function which are brought by later version of botocore package. (PR #17 by @joshua-gould ; PR #19 by @yihming )