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
The storage service in AWS needs to support current functionality through a mounted S3 bucket. Linking currently fails because mount-s3 does not support atomic mv operations. This needs to be supported conditionally based on configuration - e.g. we could do a cp and an rm.
It can be tested locally against S3 in sandbox.
The text was updated successfully, but these errors were encountered:
The storage service in AWS needs to support current functionality through a mounted S3 bucket. Linking currently fails because mount-s3 does not support atomic
mv
operations. This needs to be supported conditionally based on configuration - e.g. we could do acp
and anrm
.It can be tested locally against S3 in sandbox.
The text was updated successfully, but these errors were encountered: