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
{{ message }}
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
Rackspace Cloudfiles aren't deleted because the name of the object sent to Cloudfiles is the full URL which isn't a valid name since the format expected is {folder}/{name} or {name}. I know this project is no longer maintaned but for other people having the same issue the solution is to edit AttachmentBehavior.php around line 747 and change the following code
I was going to make the code folder specific but this code allows images to be deleted in moved the container to different folders. For example you first put the image in the folder Items and then decide to change the folder to products. Old records that point to items will still be deleted.
The text was updated successfully, but these errors were encountered:
Rackspace Cloudfiles aren't deleted because the name of the object sent to Cloudfiles is the full URL which isn't a valid name since the format expected is {folder}/{name} or {name}. I know this project is no longer maintaned but for other people having the same issue the solution is to edit AttachmentBehavior.php around line 747 and change the following code
to
I was going to make the code folder specific but this code allows images to be deleted in moved the container to different folders. For example you first put the image in the folder Items and then decide to change the folder to products. Old records that point to items will still be deleted.
The text was updated successfully, but these errors were encountered: