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? |
Beta Was this translation helpful? Give feedback.
-
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 . |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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_write
filesystem.produces:
Beta Was this translation helpful? Give feedback.
All reactions