diff --git a/.doctrees/changelog.doctree b/.doctrees/changelog.doctree index 7c1df290..f9eac745 100644 Binary files a/.doctrees/changelog.doctree and b/.doctrees/changelog.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index b58ef1a1..5155023a 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/changelog.html b/changelog.html index 1f39c981..e540b67f 100644 --- a/changelog.html +++ b/changelog.html @@ -52,77 +52,78 @@
feat
+support retrying S3 request with error codes of Timeout
and RequestTimeout
.
perf
feat
feat
feat
feat
feat
fix
perf
feat
breaking change
feat
fix
feat
feat
feat
feat
support s3 endpoint env: AWS_ENDPOINT
cli
path classes align with pathlib.Path
fix open mode with + in different order
sort smart_getmd5_by_paths
parameter paths
refactor code
add smart_getmd5_by_paths
change of symlink’s parameters position
handle s3 remove file errors
support s3 symlink
fix smart api bug
update get_md5, s3 use etag and support dir
fix py35 test about moto
smart_open
support read and write pipe
add info log about environ OSS_ENDPOINT and oss config file
smart_getsize
and smart_getmtime
support http
megfile.s3
retries when server returns 500 - 503
remove megfile.lib.fakefs
megfile.s3.s3_memory_open
support ab / rb+ / wb+ / ab+ mode
megfile.s3.s3_open
support ab / rb+ / wb+ / ab+ mode (by using s3_memory_open)
[Breaking] Rename megfile.interfaces.MegfilePathLike
to megfile.interfaces.PathLike
Fix ungloblize
[Breaking] Rename megfile.s3.MEGFILE_MD5_HEADER
to megfile.s3.content_md5_header
[Breaking] Remove megfile.lib.get_image_size
, megfile.smart.smart_load_image_metadata
and megfile.smart.IMAGE_EXTNAMES
Refactor process_local
/ thread_local
, remove dependency on multiprocessing.utils.register_after_fork
Speed up s3_glob
First release of megfile