You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick sanity check here. I moved a bunch of files by accessing them through the /projects/shared-buckets/ path. I did something like mv /projects/shared-buckets/<username>/subpath/*datetime* /projects/shared-buckets/<username>/diff_subpath/.
Now, when I run an s3.glob(s3://maap-ops-workspace/shared/gsfc_landslides/subpath/*datetime*), I get a list of files even though when I run /projects/shared-buckets/<username>/subpath/*datetime* I don't. Is this expected/ fine? Will the s3.glob catch up to the paths? If so, what's the lag?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Quick sanity check here. I moved a bunch of files by accessing them through the
/projects/shared-buckets/
path. I did something likemv /projects/shared-buckets/<username>/subpath/*datetime* /projects/shared-buckets/<username>/diff_subpath/
.Now, when I run an
s3.glob(s3://maap-ops-workspace/shared/gsfc_landslides/subpath/*datetime*)
, I get a list of files even though when I run/projects/shared-buckets/<username>/subpath/*datetime*
I don't. Is this expected/ fine? Will thes3.glob
catch up to the paths? If so, what's the lag?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions