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 bucket setup in `AssetSync::Storage#bucket` uses fuzzy matching when
`config.prefix` is present. This can present a problem in some cases, as
it doesn't allow for distinguishing between (e.g.) a bucket folder
called `assets/` and another folder called `assets-temp/`. A situation
could arise where the latter folder has thousands/millions of files and
everything slows to a crawl while we wait for the bucket object to
initialize.
This change allows developers to be more specific in their
`config.prefix` by using a trailing slash for their folder name.
0 commit comments