Trying to remove a zarr tmp files on s3, but won't remove? #1246
Replies: 3 comments 1 reply
|
I have ... absolutely no idea! I am trying this too and seeing the same. I may create some branches on s3fs for debugging. It's OK to kill these files? |
0 replies
|
It seems like "access denied" is being silently ignored for each file. I tried setting the profile to "esip-qhub" (from within the hub) and then it actually raises with PermissionError . |
0 replies
|
Okay I went to the AWS console and found an extra policy added by AWS 10 days ago triggered by a security issue -- apparently the keys were leaked. this policy does not allow deletion! so not an fsspec problem after all. I will rotate the keys |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What am I doing wrong here?
I wrote these temp files using the same
fs_writefilesystem.produces:
All reactions