-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete s3 files #472
Comments
bump, s3 files are not being managed. |
This should be fixed pretty soon with #526. We are almost done with Files API and should roll out pre-release demo by the end of next week. |
Thanks, I am waiting for the new version to come out and then I will try again with S3 |
I am just about to push new image and file field fixing all those issues (possibly tomorrow or on Tuesday), so I will update this issue once it's done. It'd be very helpful if you can test multiple configurations so we will be able to get the code to production ready stage as soon as possible. |
I am pretty stoked for this Files Api |
It's so hard to wait. |
No need to rush it. Will this be part of the 0.3 update or sooner? |
It's probably @JedWatson to ask. I guess it will strongly depend on how long does it take to test all the features we need. I hope we will be able to say ETA by the end of this week. |
can anyone confirm if this is still the case on 0.3.0? |
@morenoh149 what is the easiest way of checking with 0.3.0? |
take an existing keystone project. change the package.json dependency to something like |
I can confirm that it still doesn't work and also if I replace a file the old one remains. There are no errors, but the files remain in the S3 Management Console. Additionally, I was only able to upload a file to an S3 bucket in the standard US region but that seems related to #532 Update: I was trying to upload a file to an S3 bucket in Frankfurt (eu-central-1) and it looks like knox needs updating before it will work with it (Automattic/knox#254) |
solved by keystonejs/keystone#1064 |
I created a project using yo and modified the Post model replacing the CloudinaryImage type with S3File. I can upload files to S3 and access them but I am unable to delete them. Should I have done something else?
The text was updated successfully, but these errors were encountered: