- For s3-to-s3 file transfer, use `copy` instead for `copy_object` for larges files >= 5GB - Better logging: show start/end of `cp` action with UUID of a file.
0.2.5
Added help to delete a stalled lock file (`.lock`) on GCS.
0.2.4
Fixed redundant md5sum hashing of a local temporary file. - `no_checksum` was not propagated for a recursive localization of JSON/CSV/TSV files.
0.2.3
Added `--no-lock` to CLI and `no_lock` (defaulting to False) to `rm`/`rmdir`/`localize` functions.
0.2.2
Fix for broken file lock on GCS.
0.2.1
Fixed public GCS bucket issue - For public buckets, use anonymous client instead of a client with default auth (`google.auth.default()`).