Siyu Long
Siyu Long
> There doesn't seem to be any blessed way of doing this from Boto, but the opener could use an env var. Would that work for your use case? That...
My solution is: ```python endpoint_url=parse_result.params.get( "endpoint_url", os.getenv("AWS_ENDPOINT_URL", None) ), ``` in opener.py, line 51
However `fs.opener.open` won't work for nonexistent path.
Some of the methods may accept a nonexistent path as the argument, such as `mkdir`, `exists`, and sometimes write to a new file. Is there any shortcut for them? ```...
Sometimes file URL is from user input so I need to split fs URL and path for every operation. I'm looking for some methods to directly operate file URL.
More information is needed to figure out the situation. Is there any error in the console?
I've added a `Progress` dialog where you can check if there is any error message related to your transfer task.
We use `navigator.share` here. Some browsers don't support it but we don't have any plan to support other sharing methods.
The thumbnails are shared when copying or uploading duplicate files. I haven't thought of a safe solution to delete the thumbnails yet.