Ticket #853 (reopened enhancement) — at Version 3
Understand how to upload to storage without having primary storage keys
Reported by: | wwaites | Owned by: | wwaites |
---|---|---|---|
Priority: | critical | Milestone: | ckan-v1.3-sprint-1 |
Component: | dpm | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by rgrp) (diff)
Reverse engineer boto and work out how to get headers to support upload to google storage without holding api keys.
This would lead to an extension to OFS.
This analysis should inform (and go hand-in-hand) with the implementation of ticket:879 (Storage Auth API in CKAN).
- master ticket #852
Change History
comment:1 Changed 3 years ago by wwaites
- Status changed from new to closed
- Resolution set to fixed
- Description modified (diff)
comment:2 Changed 3 years ago by pudo
- Status changed from closed to reopened
- Resolution fixed deleted
Looking at the changeset this cannot be functional yet: where is the implementation of the policy document exchange. It seems to me like this is currently adding the actual credentials to the request (self.ofs.conn.add_aws_auth_header(headers, 'PUT', path)).
c.f.:
Note: See
TracTickets for help on using
tickets.
done in http://bitbucket.org/ww/ofs need to merge back into main ofs repo