Opened 15 years ago
Last modified 15 years ago
#242 closed defect (FIXED)
Closing storage objects
| Reported by: | Elrond | Owned by: | joar |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.1.0 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
As I don't have any simple way to test cloud storage, I'm filing this as a bug.
- StorageObjectWrapper should have a close() method
- process_media/__init__.py should use the real closing() function from contextlib instead of the current dummy one.
I would also suggest to rename StorageObjectWrapper to include something about CloudFiles.
Change History (4)
comment:1 by , 15 years ago
| Status: | New → In Progress |
|---|
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | In Progress → Feedback |
comment:2 by , 15 years ago
| Milestone: | → 0.1.0 |
|---|---|
| Owner: | changed from to |
| Status: | Feedback → Closed |
Added exit to the cloudstorage meta-file.. nice thinking!
Thanks Elrond, Joar... merged, closed, pushed!

There is now a fix in my branch https://github.com/jwandborg/mediagoblin/tree/f571_closing_storage_objects
Cheers,