Hi,
I can not find in the documentation if it is possible and how to have a presign_endpoint for an test env where we are testing. It should be something dummy I guess, not a real call to aws endpoint.
Is there an article or some information on how to do this?
Thanks
Update:
I tracked it down to
=> 150: data = storage.presign(location, **options)
151: end
152:
153: { fields: {}, headers: {} }.merge(data.to_h)
154: end
(byebug) storage
#<Shrine::Storage::Memory:0x0000556a94d65340 @store={}>
The memory storage is asked for a presign location. It has an undefined method “.presign”
Update 2:
I guess I should use minio to make sure the file is uploaded.